git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23793d7
)
daemon: Don't include .gitignore in EXTRA_DIST.
author
Richard W.M. Jones
<rjones@redhat.com>
Sun, 7 Aug 2011 22:10:50 +0000
(23:10 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sun, 7 Aug 2011 22:10:50 +0000
(23:10 +0100)
This updates commit
60d5a50f4d3d9e2c2f5a7d42a6859de709bda3f6
.
daemon/Makefile.am
patch
|
blob
|
history
diff --git
a/daemon/Makefile.am
b/daemon/Makefile.am
index
2fe6573
..
1664af0
100644
(file)
--- 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