aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2021-12-01 19:11:37 +0000
committerdergoegge <n.goeggi@gmail.com>2022-07-06 18:13:53 +0200
commitc741d748d4d9836940b99091cc7be09c65efcb79 (patch)
treeee014d0d430cda11f42298366865c78e22b839da /src/Makefile.am
parenta3c27070396ab8c2941c437e8099547e8fc9c110 (diff)
downloadbitcoin-c741d748d4d9836940b99091cc7be09c65efcb79.tar.xz
[net] Move ConnectionType to its own file
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 a3b975809b..edda8617d2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -139,6 +139,7 @@ BITCOIN_CORE_H = \
compat/cpuid.h \
compat/endian.h \
compressor.h \
+ node/connection_types.h \
consensus/consensus.h \
consensus/tx_check.h \
consensus/tx_verify.h \
@@ -368,6 +369,7 @@ libbitcoin_node_a_SOURCES = \
node/caches.cpp \
node/chainstate.cpp \
node/coin.cpp \
+ node/connection_types.cpp \
node/context.cpp \
node/interfaces.cpp \
node/miner.cpp \