X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=75de0663d507762f2314bdc82a7a5ae8a14c9409;hp=400f16419cd70e6c6b720fb03bdaaf6054cd2e7c;hb=e038597ebd1e43c83a8ddde21c4f1898eb7a9a98;hpb=44da812b424f5e10e268d47149d012d49edf858b diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 400f164..75de066 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,10 @@ guestfsd_SOURCES = \ lvm.c \ mount.c \ proto.c \ + stat.c \ stubs.c \ sync.c \ + tune2fs.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c