aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2016-12-01 15:45:50 -0800
committerMatt Corallo <git@bluematt.me>2016-12-02 09:42:51 -0800
commite736772c56a883e2649cc8534dd7857a0718ec56 (patch)
treecc9bb582a17276d748be7d60d51dccff33d167ea /src/Makefile.am
parent87c35f584397e2309970afdcca8e03731a86639e (diff)
downloadbitcoin-e736772c56a883e2649cc8534dd7857a0718ec56.tar.xz
Move network-msg-processing code out of main 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 69ae02f582..1df48305e7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -109,6 +109,7 @@ BITCOIN_CORE_H = \
merkleblock.h \
miner.h \
net.h \
+ net_processing.h \
netaddress.h \
netbase.h \
netmessagemaker.h \
@@ -183,6 +184,7 @@ libbitcoin_server_a_SOURCES = \
merkleblock.cpp \
miner.cpp \
net.cpp \
+ net_processing.cpp \
noui.cpp \
policy/fees.cpp \
policy/policy.cpp \