X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=1c1609dd623242c1f7319232708fba68c6959525;hp=520ad1e5e99233367a67c165c0f6498eea4f3b1f;hb=1765330e07a48dc6f7bdef7007f69ebe606fa731;hpb=212a55d483c2a20e61f42211c0c64aab3645cb09 diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 520ad1e..1c1609d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,6 +21,7 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + blockdev.c \ command.c \ daemon.h \ devsparts.c \ @@ -34,6 +35,8 @@ guestfsd_SOURCES = \ stat.c \ stubs.c \ sync.c \ + tune2fs.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c