X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=1f517c211b368534fd17c1e178c9fd29ddb47778;hb=012a2ec1acf7a7a2d859f78ea4932ae9fb30522d;hp=1c52f7ae7964c5112b3fef395ff88539756e594a;hpb=5365ebd501850ea10d9a5b28fc6480ea34dbe16d;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 1c52f7a..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 \ @@ -31,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