python: Pass $PYTHON environment variable to tests.
[libguestfs.git] / daemon / Makefile.am
index 2fe6573..f8e0ecb 100644 (file)
@@ -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 \