Generated code for drop-caches command.
[libguestfs.git] / daemon / Makefile.am
index bf53c56..569f1ec 100644 (file)
@@ -24,12 +24,16 @@ guestfsd_SOURCES = \
        blockdev.c \
        checksum.c \
        command.c \
+       cpmv.c \
        daemon.h \
        debug.c \
        devsparts.c \
        dir.c \
+       dropcaches.c \
        ext2.c \
        file.c \
+       fsck.c \
+       grub.c \
        guestfsd.c \
        ls.c \
        lvm.c \
@@ -40,6 +44,7 @@ guestfsd_SOURCES = \
        sync.c \
        tar.c \
        upload.c \
+       zero.c \
        ../src/guestfs_protocol.h \
        ../src/guestfs_protocol.c