Added blockdev_* calls. RInt64 type. Enhanced tests.
[libguestfs.git] / daemon / Makefile.am
index 400f164..75de066 100644 (file)
@@ -21,6 +21,8 @@ noinst_PROGRAMS = guestfsd
 guestfsd_SOURCES = \
        actions.h \
        augeas.c \
+       blockdev.c \
+       command.c \
        daemon.h \
        devsparts.c \
        dir.c \
@@ -30,8 +32,10 @@ guestfsd_SOURCES = \
        lvm.c \
        mount.c \
        proto.c \
+       stat.c \
        stubs.c \
        sync.c \
+       tune2fs.c \
        ../src/guestfs_protocol.h \
        ../src/guestfs_protocol.c