X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=Makefile;h=2940959434d110375ddabef754aaf475c541a547;hp=434a7353092a136b0e06cb1132a68493257731bb;hb=fd8852d9a5a230f7fd075aa27b892a4980667cff;hpb=5931d07a82a8cb8c86f6049467d47216e4be3291 diff --git a/Makefile b/Makefile index 434a735..2940959 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DEBUGF=-O0 -v -g SRCDIR=src INTFDIR=$(SRCDIR)/interfaces -GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0` +GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0 gio-unix-2.0` hostnamed: gcc -o bin/out.bin $(DEBUGF) $(GLIBF) $(SRCDIR)/main.c