Rewrite of main loop impl, start of FileIn/FileOut support.
[libguestfs.git] / daemon / Makefile.am
index 520ad1e..1c1609d 100644 (file)
@@ -21,6 +21,7 @@ noinst_PROGRAMS = guestfsd
 guestfsd_SOURCES = \
        actions.h \
        augeas.c \
+       blockdev.c \
        command.c \
        daemon.h \
        devsparts.c \
@@ -34,6 +35,8 @@ guestfsd_SOURCES = \
        stat.c \
        stubs.c \
        sync.c \
+       tune2fs.c \
+       upload.c \
        ../src/guestfs_protocol.h \
        ../src/guestfs_protocol.c