diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-07-14 12:59:15 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-07-14 12:59:20 +0200 |
| commit | d4a910c31e3a14537e0bf9821fc4a9d95b44a18d (patch) | |
| tree | 673fc16f33bd7a8f4d4b40aebb1bd3faf0371e2c | |
| parent | Merge pull request #6398 (diff) | |
| parent | Add autogen.sh to source tarball. (diff) | |
| download | discoin-d4a910c31e3a14537e0bf9821fc4a9d95b44a18d.tar.xz discoin-d4a910c31e3a14537e0bf9821fc4a9d95b44a18d.zip | |
Merge pull request #6418
60d5432 Add autogen.sh to source tarball. (randy-waterhouse)
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2f478e4b4..ab68d8fa6 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) |