From: kremlin Date: Mon, 2 Jun 2014 18:25:23 +0000 (-0500) Subject: update makefile and main.c to reflect changes of previous commit, also place tempfile... X-Git-Tag: hostnamed-copyable~46 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=b7f8df4449a7eb3acdbac54403028ed70ed15a22;hp=c992721530292cac0e5e3cbbe808e54f1ac5509c update makefile and main.c to reflect changes of previous commit, also place tempfile in bin/ as abscence causes git to ignore directory's existence --- diff --git a/.gitignore b/.gitignore index a9f0599..64a2fc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ -bin/* +bin/*.out +bin/*.bin +bin/*.o [._]*.s[a-w][a-z] [._]s[a-w][a-z] *.un~ diff --git a/Makefile b/Makefile index 27bff7a..434a735 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS=-Wall -Wextra -Werror -pedantic DEBUGF=-O0 -v -g SRCDIR=src -MODDIR=$(SRCDIR)/modules +INTFDIR=$(SRCDIR)/interfaces GLIBF=`pkg-config --cflags --libs glib-2.0 gobject-2.0 gio-2.0` diff --git a/bin/tmp b/bin/tmp new file mode 100644 index 0000000..945c9b4 --- /dev/null +++ b/bin/tmp @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/src/main.c b/src/main.c index a51b30d..42a4779 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ #include -#include "modules/hostnamed/hostnamed.c" +#include "interfaces/hostnamed/hostnamed.c" int main() { hostnamed_init();