diff options
author | randy-waterhouse <kiwigb@yahoo.com> | 2015-07-11 15:39:45 +1200 |
---|---|---|
committer | randy-waterhouse <kiwigb@yahoo.com> | 2015-07-11 15:39:45 +1200 |
commit | 60d5432697c37a682dc11dbcbc61cb22b8c992de (patch) | |
tree | e7fa81c1b6e4a2269c1f12018bf5e16d1e479a29 /Makefile.am | |
parent | 5121c68657fb90baa50b709adcc48348c4876783 (diff) |
Add autogen.sh to source tarball.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2f478e4b41..ab68d8fa6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -202,6 +202,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) |