X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=bf53c5652970efc496ddbe18236061b7184690e9;hb=f7e6ffa8a82f8a7a214a47ff32f46d9e893902d8;hp=520ad1e5e99233367a67c165c0f6498eea4f3b1f;hpb=212a55d483c2a20e61f42211c0c64aab3645cb09;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 520ad1e..bf53c56 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,10 +21,14 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + blockdev.c \ + checksum.c \ command.c \ daemon.h \ + debug.c \ devsparts.c \ dir.c \ + ext2.c \ file.c \ guestfsd.c \ ls.c \ @@ -34,9 +38,9 @@ guestfsd_SOURCES = \ stat.c \ stubs.c \ sync.c \ + tar.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c guestfsd_CFLAGS = -Wall - -CLEANFILES = *~