Daemon and library are mostly talking to each other now.
[libguestfs.git] / daemon / Makefile.am
index 6a5a4ee..cf55250 100644 (file)
 ACLOCAL_AMFLAGS = -I m4
 
 noinst_PROGRAMS = guestfsd
-guestfsd_SOURCES = guestfsd.c
+guestfsd_SOURCES = \
+       actions.h \
+       daemon.h \
+       guestfsd.c \
+       proto.c \
+       stubs.c \
+       sync.c \
+       ../src/guestfs_protocol.h \
+       ../src/guestfs_protocol.c
 
-guestfsd_CFLAGS = -Wall -Werror
\ No newline at end of file
+guestfsd_CFLAGS = -Wall
\ No newline at end of file