aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2021-08-31 13:22:36 +0100
committerJohn Newbery <john@johnnewbery.com>2022-04-19 10:25:39 +0100
commit9b3836710b8160d212aacd56154938e5bb4b26b7 (patch)
treed7fda8d072a478df5d42250695232992deaf7a1a /src/Makefile.am
parent907659770bd2e95f4f4af652eb9e443772f2c0f1 (diff)
downloadbitcoin-9b3836710b8160d212aacd56154938e5bb4b26b7.tar.xz
[build] Add netgroup.cpp|h
These aren't used yet.
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 c089bed0c9..476ff0a6c5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -180,6 +180,7 @@ BITCOIN_CORE_H = \
net_types.h \
netaddress.h \
netbase.h \
+ netgroup.h \
netmessagemaker.h \
node/blockstorage.h \
node/caches.h \
@@ -352,6 +353,7 @@ libbitcoin_node_a_SOURCES = \
init.cpp \
mapport.cpp \
net.cpp \
+ netgroup.cpp \
net_processing.cpp \
node/blockstorage.cpp \
node/caches.cpp \