Include the __cplusplus header magic so API really callable from C++.
[libguestfs.git] / daemon / Makefile.am
index 75de066..4f7ce24 100644 (file)
@@ -22,6 +22,7 @@ guestfsd_SOURCES = \
        actions.h \
        augeas.c \
        blockdev.c \
+       checksum.c \
        command.c \
        daemon.h \
        devsparts.c \
@@ -35,7 +36,9 @@ guestfsd_SOURCES = \
        stat.c \
        stubs.c \
        sync.c \
+       tar.c \
        tune2fs.c \
+       upload.c \
        ../src/guestfs_protocol.h \
        ../src/guestfs_protocol.c