aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-02 04:15:58 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-02 04:15:58 +0100
commitff2a2af64c75724cbd6f64963da792532093004b (patch)
tree21fd5c375d5c07a22d0bb8d50481b0dd5582b82b /Makefile.am
parent02a95be97759e70d9e7537775c95eec219c8333e (diff)
downloadbitcoin-ff2a2af64c75724cbd6f64963da792532093004b.tar.xz
build: don't distribute tests_config.py
This file is dynamically generated by configure based on the platform, it doesn't belong in the distribution archive. Fixes #6929.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f0961c64ec..303ad3b06f 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)