Fix looping bug in parse_string_list, and remove debug message.
[libguestfs.git] / daemon / Makefile.am
index 76e75c6..400f164 100644 (file)
@@ -20,10 +20,14 @@ ACLOCAL_AMFLAGS = -I m4
 noinst_PROGRAMS = guestfsd
 guestfsd_SOURCES = \
        actions.h \
+       augeas.c \
        daemon.h \
+       devsparts.c \
+       dir.c \
        file.c \
        guestfsd.c \
        ls.c \
+       lvm.c \
        mount.c \
        proto.c \
        stubs.c \
@@ -31,4 +35,6 @@ guestfsd_SOURCES = \
        ../src/guestfs_protocol.h \
        ../src/guestfs_protocol.c
 
-guestfsd_CFLAGS = -Wall
\ No newline at end of file
+guestfsd_CFLAGS = -Wall
+
+CLEANFILES = *~