aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkremlin- <ian@kremlin.cc>2014-06-20 05:48:25 +0800
committerkremlin- <ian@kremlin.cc>2014-06-20 05:48:25 +0800
commited99526e49fd73d24f479b3d2998db4ec6cbaffb (patch)
treeb1886a4f1663bd9b81cb3b60466824f803bd74e4 /Makefile
parentea87dc10932b111e0242fb2ba27df20c1b19b4e0 (diff)
downloadsystembsd-ed99526e49fd73d24f479b3d2998db4ec6cbaffb.tar
systembsd-ed99526e49fd73d24f479b3d2998db4ec6cbaffb.tar.gz
systembsd-ed99526e49fd73d24f479b3d2998db4ec6cbaffb.tar.bz2
systembsd-ed99526e49fd73d24f479b3d2998db4ec6cbaffb.tar.lz
systembsd-ed99526e49fd73d24f479b3d2998db4ec6cbaffb.tar.xz
systembsd-ed99526e49fd73d24f479b3d2998db4ec6cbaffb.tar.zst
systembsd-ed99526e49fd73d24f479b3d2998db4ec6cbaffb.zip
blow away unnessecary errata whose functionality is covered by code from generated interfaces, clean up code, conform better to GLib, bring in gio-unix-2.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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