diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-07 23:10:50 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-07 23:10:50 +0100 |
commit | f133f1bb9da2268af2b198d82e2ca191375d5f11 (patch) | |
tree | 762b9916cb4c055dbbf2c7c35a9718d62090e0c0 /daemon | |
parent | 23793d768096427e9e2658689373efcfa0c2dc54 (diff) | |
download | libguestfs-f133f1bb9da2268af2b198d82e2ca191375d5f11.tar.gz libguestfs-f133f1bb9da2268af2b198d82e2ca191375d5f11.tar.xz libguestfs-f133f1bb9da2268af2b198d82e2ca191375d5f11.zip |
daemon: Don't include .gitignore in EXTRA_DIST.
This updates commit 60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6.
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 2fe6573b..1664af04 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 |