Hostinfo day 2: Implement the daemon.
[virt-hostinfo.git] / hostinfod / Makefile.am
index 3f21ebe..f512655 100644 (file)
@@ -21,13 +21,16 @@ sbin_PROGRAMS = hostinfod
 
 hostinfod_SOURCES = \
        configuration.c \
+       error.c \
        hostinfod.h \
-       main.c
+       main.c \
+       monitor_sockets.c
 
 hostinfod_CFLAGS = \
        -Wall \
        $(HOSTINFOD_CFLAGS) \
        -DDEFAULT_CONF_FILE=\"$(sysconfdir)/hostinfo/hostinfo.conf\" \
+       -DDEFAULT_GUESTS_FILE=\"$(sysconfdir)/hostinfo/guests.conf\" \
        -DDEFAULT_SOCKET_DIR=\"$(localstatedir)/lib/hostinfo\"
 hostinfod_LDADD = $(HOSTINFOD_LIBS)