update makefile and main.c to reflect changes of previous commit, also place tempfile...
[systembsd.git] / src / main.c
1 #include <gio/gio.h>
2 #include "interfaces/hostnamed/hostnamed.c"
3
4 int main() {
5 hostnamed_init();
6
7 return 0;
8 }