Implemented 'mount' and 'touch' commands.
[libguestfs.git] / daemon / Makefile.am
index cf55250..ea60792 100644 (file)
@@ -21,7 +21,9 @@ noinst_PROGRAMS = guestfsd
 guestfsd_SOURCES = \
        actions.h \
        daemon.h \
+       file.c \
        guestfsd.c \
+       mount.c \
        proto.c \
        stubs.c \
        sync.c \