X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=1f517c211b368534fd17c1e178c9fd29ddb47778;hb=a30f66436eac79b9e532e448882d03375c0d5e78;hp=6da149be07187aaac03ea5b15e9337890633b904;hpb=d5ae4a54e83018687ec05255bc39e7f5ab71a453;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 6da149b..1f517c2 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,8 +21,11 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + blockdev.c \ + checksum.c \ command.c \ daemon.h \ + debug.c \ devsparts.c \ dir.c \ file.c \ @@ -34,7 +37,9 @@ guestfsd_SOURCES = \ stat.c \ stubs.c \ sync.c \ + tar.c \ tune2fs.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c