diff options
author | kremlin <ian@kremlin.cc> | 2014-05-28 09:45:02 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-05-28 09:45:02 +0800 |
commit | ea207ed3d155cde4001063c981f7a263c47daf64 (patch) | |
tree | 620681056dfaee46812c5f534f7673735b272f7a /Makefile | |
parent | a262d8ee186bd0b828ea201549aca5990b47efb7 (diff) | |
download | systembsd-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |