From: Richard W.M. Jones Date: Sun, 7 Aug 2011 22:10:50 +0000 (+0100) Subject: daemon: Don't include .gitignore in EXTRA_DIST. X-Git-Tag: 1.13.3~1 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f133f1bb9da2268af2b198d82e2ca191375d5f11 daemon: Don't include .gitignore in EXTRA_DIST. This updates commit 60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6. --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2fe6573..1664af0 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