X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=569f1ecc564fb338e478764c8b000ccbdf706107;hp=520ad1e5e99233367a67c165c0f6498eea4f3b1f;hb=2dc9e8a858b62830d15a8186fe575eb7903d2171;hpb=212a55d483c2a20e61f42211c0c64aab3645cb09 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 520ad1e..569f1ec 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,11 +21,19 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + 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 \ @@ -34,9 +42,10 @@ guestfsd_SOURCES = \ stat.c \ stubs.c \ sync.c \ + tar.c \ + upload.c \ + zero.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c guestfsd_CFLAGS = -Wall - -CLEANFILES = *~