X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=569f1ecc564fb338e478764c8b000ccbdf706107;hb=9222136ac9b2e404dba128b1ac74dacaa8bf1038;hp=bf53c5652970efc496ddbe18236061b7184690e9;hpb=41b959fd9b057354f642d84398b875d02b88b864;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index bf53c56..569f1ec 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -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