|
From: <sv...@va...> - 2012-09-17 17:13:56
|
sewardj 2012-09-17 18:17:00 +0100 (Mon, 17 Sep 2012)
New Revision: 12983
Log:
Include autogen.sh in the tarfile. See #306310.
Modified files:
trunk/Makefile.am
Modified: trunk/Makefile.am (+2 -1)
===================================================================
--- trunk/Makefile.am 2012-09-17 16:44:15 +01:00 (rev 12982)
+++ trunk/Makefile.am 2012-09-17 18:17:00 +01:00 (rev 12983)
@@ -105,7 +105,8 @@
NEWS.old \
valgrind.pc.in \
valgrind.spec.in \
- valgrind.spec
+ valgrind.spec \
+ autogen.sh
dist_noinst_SCRIPTS = \
vg-in-place
|