X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=1d3f752d2aedc211667e1d84aade01b997424692;hb=6f5c3984a7ddfc111287e2ec214ba823db737db4;hp=520ad1e5e99233367a67c165c0f6498eea4f3b1f;hpb=212a55d483c2a20e61f42211c0c64aab3645cb09;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 520ad1e..1d3f752 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,6 +38,8 @@ guestfsd_SOURCES = \ stat.c \ stubs.c \ sync.c \ + tar.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c