X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=4f7ce24d9386f432805fef5415c7f5f9b0b758cf;hb=2b568496e6d571be317bcecd58785edbf5d39ba1;hp=1c52f7ae7964c5112b3fef395ff88539756e594a;hpb=5365ebd501850ea10d9a5b28fc6480ea34dbe16d;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 1c52f7a..4f7ce24 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,6 +21,8 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + blockdev.c \ + checksum.c \ command.c \ daemon.h \ devsparts.c \ @@ -31,8 +33,12 @@ guestfsd_SOURCES = \ lvm.c \ mount.c \ proto.c \ + stat.c \ stubs.c \ sync.c \ + tar.c \ + tune2fs.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c