diff --git a/ci/test/06_script_b.sh b/ci/test/06_script_b.sh index 20464c3aea..c2e75c17c4 100755 --- a/ci/test/06_script_b.sh +++ b/ci/test/06_script_b.sh @@ -136,7 +136,7 @@ bash -c "${BASE_ROOT_DIR}/configure --cache-file=config.cache $BITCOIN_CONFIG_AL make distdir VERSION="$HOST" -cd "${BASE_BUILD_DIR}/bitcoin-$HOST" +cd "${BASE_BUILD_DIR}/blackcoin-$HOST" bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false) diff --git a/src/Makefile.am b/src/Makefile.am index 8a9df70465..63b1dc19ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -244,6 +244,7 @@ BITCOIN_CORE_H = \ policy/packages.h \ policy/policy.h \ policy/settings.h \ + pos.h \ pow.h \ prevector.h \ primitives/block.h \ @@ -463,6 +464,7 @@ libbitcoin_node_a_SOURCES = \ shutdown.cpp \ signet.cpp \ timedata.cpp \ + timedatadummy.cpp torcontrol.cpp \ txdb.cpp \ txmempool.cpp \