X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=1c1609dd623242c1f7319232708fba68c6959525;hb=d5151686d82b66c50935010fd5458be0e4386bab;hp=bdeeacfe41e7820cf33e8fbe85e474f56cf4e656;hpb=e7eca50046e9a69dac27c0bee832af0a3014e02c;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index bdeeacf..1c1609d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,17 +21,25 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + blockdev.c \ + command.c \ daemon.h \ devsparts.c \ + dir.c \ file.c \ guestfsd.c \ ls.c \ lvm.c \ mount.c \ proto.c \ + stat.c \ stubs.c \ sync.c \ + tune2fs.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c -guestfsd_CFLAGS = -Wall \ No newline at end of file +guestfsd_CFLAGS = -Wall + +CLEANFILES = *~