aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-05-28 09:45:02 +0800
committerkremlin <ian@kremlin.cc>2014-05-28 09:45:02 +0800
commitea207ed3d155cde4001063c981f7a263c47daf64 (patch)
tree620681056dfaee46812c5f534f7673735b272f7a /Makefile
parenta262d8ee186bd0b828ea201549aca5990b47efb7 (diff)
downloadsystembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.gz
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.bz2
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.lz
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.xz
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.tar.zst
systembsd-ea207ed3d155cde4001063c981f7a263c47daf64.zip
begin hostnamed, clean up
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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