update makefile and main.c to reflect changes of previous commit, also place tempfile...
[systembsd.git] / src / main.c
index 52386992f243ac3493fa5be4ce2d0dba7c6a82d2..42a47790327192dcff2246781c09f9560b914ee2 100644 (file)
@@ -1,5 +1,8 @@
-#include "modules/hostnamed/hostnamed.c"
+#include <gio/gio.h>
+#include "interfaces/hostnamed/hostnamed.c"
 
 int main() {
+       hostnamed_init();
+       
        return 0;
-}      
+}