aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandy-waterhouse <kiwigb@yahoo.com>2015-07-11 15:39:45 +1200
committerLuke Dashjr <luke-jr+git@utopios.org>2015-09-21 05:21:29 +0000
commit8b59079b8d7eda6f44988649d9c716fec3aad397 (patch)
treeeacb424aa35f2d28c8401f141c3c090684a57904
parentd5d89980284179436a5f3009a5346581fdaa9a01 (diff)
downloadbitcoin-8b59079b8d7eda6f44988649d9c716fec3aad397.tar.xz
Add autogen.sh to source tarball.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b51f477b78..470d0574cc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -190,6 +190,8 @@ check-local:
@qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool $(COMPARISON_TOOL_REORG_TESTS) 2>&1
endif
+dist_noinst_SCRIPTS = autogen.sh
+
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.sh qa/pull-tester/run-bitcoin-cli qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)