diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-03 10:08:52 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-03 10:09:09 +0100 |
commit | 42f339ef780bff268369e3a7399c8b8f2ef3e8b4 (patch) | |
tree | 288d41beef1aa19375ab9e160b28c9796c6f96d4 | |
parent | 8fe30fb4d130532d4a0e4c9d143f03e1b85a749e (diff) | |
parent | ff2a2af64c75724cbd6f64963da792532093004b (diff) |
Merge pull request #6930
ff2a2af build: don't distribute tests_config.py (Wladimir J. van der Laan)
-rw-r--r-- | Makefile.am | 2 |
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) |