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