X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;h=e23ce86f4bb4f53c0e2cf64657627d817f3e4833;hb=c019d073a4f218b538d5176500b014e83dbce84f;hp=2fe6573b21f98a5ac5431017c40bfc973d5a6f8e;hpb=60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6;p=libguestfs.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2fe6573..e23ce86 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,7 @@ guestfsd_SOURCES = \ checksum.c \ cmp.c \ command.c \ + compress.c \ cpmv.c \ daemon.h \ dd.c \