update makefile and main.c to reflect changes of previous commit, also place tempfile...
[systembsd.git] / src / main.c
index 8ba890714434b4a2285953854ff04766f222aa10..42a47790327192dcff2246781c09f9560b914ee2 100644 (file)
@@ -1,13 +1,8 @@
 #include <gio/gio.h>
-#include "modules/hostnamed/hostnamed.c"
+#include "interfaces/hostnamed/hostnamed.c"
 
 int main() {
-       GMainLoop *loop;
-       
        hostnamed_init();
        
-       loop = g_main_loop_new(NULL, FALSE);
-       g_main_loop_run(loop);
-
        return 0;
 }