diff --git a/Makefile.am b/Makefile.am index 6a1e63b21818f..73a35e01580f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -216,7 +216,7 @@ endif dist_noinst_SCRIPTS = autogen.sh -EXTRA_DIST = $(DIST_SHARE) qa/pull-tester/rpc-tests.sh qa/pull-tester/run-bitcoin-cli qa/rpc-tests $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS) +EXTRA_DIST = $(DIST_SHARE) test/functional/test_runner.py test/functional $(DIST_CONTRIB) $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) $(BIN_CHECKS) EXTRA_DIST += \ test/util/bitcoin-util-test.py \ diff --git a/build-aux/m4/gmp.m4 b/build-aux/m4/gmp.m4 index dda955bddcd25..60fa06b44e725 100644 --- a/build-aux/m4/gmp.m4 +++ b/build-aux/m4/gmp.m4 @@ -1,4 +1,4 @@ -dnl Copyright (c) 2018 The Dilithium Core developers +dnl Copyright (c) 2018 The PIVX Core developers dnl Distributed under the MIT software license, see the accompanying dnl file COPYING or http://www.opensource.org/licenses/mit-license.php.