X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=27bff7a088f993c42d017cad902b7d1bb02c8acc;hb=ae931935c4f3ada8eecd439a84d41356d2d54bdb;hp=487027133174d67f4010fa07ea4d94f9c48bb491;hpb=496f5d6622e32869916d421720c179ef3acbeb04;p=systembsd.git diff --git a/Makefile b/Makefile index 4870271..27bff7a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DEBUGF=-O0 -v -g SRCDIR=src MODDIR=$(SRCDIR)/modules -GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0` +GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0` hostnamed: - gcc -o bin/out.bin $(CFLAGS) $(DEBUGF) $(GLIBF) $(SRCDIR)/main.c + gcc -o bin/out.bin $(DEBUGF) $(GLIBF) $(SRCDIR)/main.c