X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=daemon%2FMakefile.am;h=bf53c5652970efc496ddbe18236061b7184690e9;hp=bdeeacfe41e7820cf33e8fbe85e474f56cf4e656;hb=41b959fd9b057354f642d84398b875d02b88b864;hpb=e7eca50046e9a69dac27c0bee832af0a3014e02c diff --git a/daemon/Makefile.am b/daemon/Makefile.am index bdeeacf..bf53c56 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -21,17 +21,26 @@ noinst_PROGRAMS = guestfsd guestfsd_SOURCES = \ actions.h \ augeas.c \ + blockdev.c \ + checksum.c \ + command.c \ daemon.h \ + debug.c \ devsparts.c \ + dir.c \ + ext2.c \ file.c \ guestfsd.c \ ls.c \ lvm.c \ mount.c \ proto.c \ + stat.c \ stubs.c \ sync.c \ + tar.c \ + upload.c \ ../src/guestfs_protocol.h \ ../src/guestfs_protocol.c -guestfsd_CFLAGS = -Wall \ No newline at end of file +guestfsd_CFLAGS = -Wall