X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=f8e0ecb44311a80941bd64487b45f96d369f1180;hb=e2249b7ce1dd0a2f8f110e0e47aca397185a6373;hp=2fe6573b21f98a5ac5431017c40bfc973d5a6f8e;hpb=60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2fe6573..f8e0ecb 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -33,8 +33,7 @@ BUILT_SOURCES = \ errnostring.c \ errnostring.h -EXTRA_DIST = $(BUILT_SOURCES) \ - .gitignore +EXTRA_DIST = $(BUILT_SOURCES) noinst_LIBRARIES = libprotocol.a @@ -95,6 +94,8 @@ guestfsd_SOURCES = \ checksum.c \ cmp.c \ command.c \ + compress.c \ + copy.c \ cpmv.c \ daemon.h \ dd.c \