X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=daemon%2FMakefile.am;h=1c1609dd623242c1f7319232708fba68c6959525;hb=1765330e07a48dc6f7bdef7007f69ebe606fa731;hp=400f16419cd70e6c6b720fb03bdaaf6054cd2e7c;hpb=44da812b424f5e10e268d47149d012d49edf858b;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 400f164..1c1609d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,6 +21,8 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + blockdev.c \ + command.c \ daemon.h \ devsparts.c \ dir.c \ @@ -30,8 +32,11 @@ guestfsd_SOURCES = \ lvm.c \ mount.c \ proto.c \ + stat.c \ stubs.c \ sync.c \ + tune2fs.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c