update makefile and main.c to reflect changes of previous commit, also place tempfile...
authorkremlin <ian@kremlin.cc>
Mon, 2 Jun 2014 18:25:23 +0000 (13:25 -0500)
committerkremlin <ian@kremlin.cc>
Mon, 2 Jun 2014 18:25:23 +0000 (13:25 -0500)
.gitignore
Makefile
bin/tmp [new file with mode: 0644]
src/main.c

index a9f0599b1ae6865fa42d7f8bcfb710586394566b..64a2fc76aef5d7c8fdd2b8c813fa6bc603e0b26f 100644 (file)
@@ -1,4 +1,6 @@
-bin/*
+bin/*.out
+bin/*.bin
+bin/*.o
 [._]*.s[a-w][a-z]
 [._]s[a-w][a-z]
 *.un~
index 27bff7a088f993c42d017cad902b7d1bb02c8acc..434a7353092a136b0e06cb1132a68493257731bb 100644 (file)
--- 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 (file)
index 0000000..945c9b4
--- /dev/null
+++ b/bin/tmp
@@ -0,0 +1 @@
+.
\ No newline at end of file
index a51b30d84f76fd2b5689ceee737a0d2e52a8a8ca..42a47790327192dcff2246781c09f9560b914ee2 100644 (file)
@@ -1,5 +1,5 @@
 #include <gio/gio.h>
-#include "modules/hostnamed/hostnamed.c"
+#include "interfaces/hostnamed/hostnamed.c"
 
 int main() {
        hostnamed_init();