aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-04-02 19:17:00 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-04-04 18:07:24 +0200
commitfa413f07a14744e7d7f7746e861aabd9cf938f61 (patch)
tree9dcc034c59e07dbf0ccfec1699583f57d1dcd223 /src/Makefile.am
parentfaf843c07f99f91603e08ea858f972516f1d669a (diff)
downloadbitcoin-fa413f07a14744e7d7f7746e861aabd9cf938f61.tar.xz
move-only: Move ThreadImport to blockstorage
Can be reviewed with the git options --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4e09c86ebd..f0da4937e5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -174,6 +174,7 @@ BITCOIN_CORE_H = \
netaddress.h \
netbase.h \
netmessagemaker.h \
+ node/blockstorage.h \
node/coin.h \
node/coinstats.h \
node/context.h \
@@ -324,6 +325,7 @@ libbitcoin_server_a_SOURCES = \
miner.cpp \
net.cpp \
net_processing.cpp \
+ node/blockstorage.cpp \
node/coin.cpp \
node/coinstats.cpp \
node/context.cpp \