aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2014-10-30 15:50:15 -0700
committerMatt Corallo <git@bluematt.me>2014-12-05 01:57:40 -0800
commitafd4b94b6dabab29dee5a12966ce217700381682 (patch)
tree7bc8f939bfcc098341f8f222fe44e039fba3dd00 /src/Makefile.am
parenta0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1 (diff)
downloadbitcoin-afd4b94b6dabab29dee5a12966ce217700381682.tar.xz
Move CMerkleBlock and CPartialMerkleTree to their 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 69b3a6d4f1..d6ac6e1277 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -101,6 +101,7 @@ BITCOIN_CORE_H = \
leveldbwrapper.h \
limitedmap.h \
main.h \
+ merkleblock.h \
miner.h \
mruset.h \
netbase.h \
@@ -168,6 +169,7 @@ libbitcoin_server_a_SOURCES = \
init.cpp \
leveldbwrapper.cpp \
main.cpp \
+ merkleblock.cpp \
miner.cpp \
net.cpp \
noui.cpp \