X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=1f517c211b368534fd17c1e178c9fd29ddb47778;hb=aed0fa2c015e56a882fd6d4b759c82df08fc40d7;hp=400f16419cd70e6c6b720fb03bdaaf6054cd2e7c;hpb=44da812b424f5e10e268d47149d012d49edf858b;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 400f164..1f517c2 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,7 +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 \ @@ -30,8 +34,12 @@ guestfsd_SOURCES = \ lvm.c \ mount.c \ proto.c \ + stat.c \ stubs.c \ sync.c \ + tar.c \ + tune2fs.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c