Skip to content

Commit ff2a2af

Browse files
committed
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.
1 parent 02a95be commit ff2a2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ endif
213213

214214
dist_noinst_SCRIPTS = autogen.sh
215215

216-
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)
216+
EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
217217

218218
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)
219219

0 commit comments

Comments
 (0)