aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-02-06 19:00:26 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-01-07 18:06:58 +0200
commit02ccf69dd6b772423acb343d16ef2bdbb3e3da03 (patch)
tree105a82f38003a255a4c9df8e713155455a2e130f /src/Makefile.am
parent4b8b71e630415647c75fa95d5407690b372bceff (diff)
downloadbitcoin-02ccf69dd6b772423acb343d16ef2bdbb3e3da03.tar.xz
refactor: Move port mapping code to its own module
This commit does not change behavior.
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 23d790d552..ec697515d9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -152,6 +152,7 @@ BITCOIN_CORE_H = \
key_io.h \
logging.h \
logging/timer.h \
+ mapport.h \
memusage.h \
merkleblock.h \
miner.h \
@@ -299,6 +300,7 @@ libbitcoin_server_a_SOURCES = \
index/blockfilterindex.cpp \
index/txindex.cpp \
init.cpp \
+ mapport.cpp \
miner.cpp \
net.cpp \
net_processing.cpp \