aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-11-03 10:08:52 +0100
committerWladimir J. van der Laan <[email protected]>2015-11-03 10:09:09 +0100
commit42f339ef780bff268369e3a7399c8b8f2ef3e8b4 (patch)
tree288d41beef1aa19375ab9e160b28c9796c6f96d4
parentMerge pull request #6928 (diff)
parentbuild: don't distribute tests_config.py (diff)
downloaddiscoin-42f339ef780bff268369e3a7399c8b8f2ef3e8b4.tar.xz
discoin-42f339ef780bff268369e3a7399c8b8f2ef3e8b4.zip
Merge pull request #6930
ff2a2af build: don't distribute tests_config.py (Wladimir J. van der Laan)
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f0961c64e..303ad3b06 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -213,7 +213,7 @@ endif
dist_noinst_SCRIPTS = autogen.sh
-EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/pull-tester/tests_config.py qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
+EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)