X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=1f517c211b368534fd17c1e178c9fd29ddb47778;hb=4507dd497f9a5eb8584e6d0937a87dc659cfa144;hp=1c1609dd623242c1f7319232708fba68c6959525;hpb=1765330e07a48dc6f7bdef7007f69ebe606fa731;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 1c1609d..1f517c2 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -22,8 +22,10 @@ guestfsd_SOURCES = \ actions.h \ augeas.c \ blockdev.c \ + checksum.c \ command.c \ daemon.h \ + debug.c \ devsparts.c \ dir.c \ file.c \ @@ -35,6 +37,7 @@ guestfsd_SOURCES = \ stat.c \ stubs.c \ sync.c \ + tar.c \ tune2fs.c \ upload.c \ ../src/guestfs_protocol.h \