X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=4f7ce24d9386f432805fef5415c7f5f9b0b758cf;hb=b36dab0552df45d3d08aeeaf931294d091516f1f;hp=6da149be07187aaac03ea5b15e9337890633b904;hpb=d5ae4a54e83018687ec05255bc39e7f5ab71a453;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 6da149b..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 \ @@ -34,7 +36,9 @@ guestfsd_SOURCES = \ stat.c \ stubs.c \ sync.c \ + tar.c \ tune2fs.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c