aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0c57e6fc8..1653af522 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -92,6 +92,7 @@ endif
BITCOIN_CORE_H = \
addrdb.h \
addrman.h \
+ auxpow.h \
base58.h \
bech32.h \
bloom.h \
@@ -151,6 +152,7 @@ BITCOIN_CORE_H = \
random.h \
reverse_iterator.h \
reverselock.h \
+ rpc/auxpow_miner.h \
rpc/blockchain.h \
rpc/client.h \
rpc/mining.h \
@@ -241,6 +243,7 @@ libbitcoin_server_a_SOURCES = \
policy/rbf.cpp \
pow.cpp \
rest.cpp \
+ rpc/auxpow_miner.cpp \
rpc/blockchain.cpp \
rpc/mining.cpp \
rpc/misc.cpp \
@@ -353,6 +356,8 @@ libbitcoin_consensus_a_SOURCES = \
prevector.h \
primitives/block.cpp \
primitives/block.h \
+ primitives/pureheader.cpp \
+ primitives/pureheader.h \
primitives/transaction.cpp \
primitives/transaction.h \
pubkey.cpp \
@@ -377,6 +382,7 @@ libbitcoin_consensus_a_SOURCES = \
libbitcoin_common_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
libbitcoin_common_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libbitcoin_common_a_SOURCES = \
+ auxpow.cpp \
base58.cpp \
bech32.cpp \
chainparams.cpp \