diff options
author | Matt Corallo <git@bluematt.me> | 2014-10-30 15:50:15 -0700 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2014-12-05 01:57:40 -0800 |
commit | afd4b94b6dabab29dee5a12966ce217700381682 (patch) | |
tree | 7bc8f939bfcc098341f8f222fe44e039fba3dd00 /src/Makefile.am | |
parent | a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1 (diff) |
Move CMerkleBlock and CPartialMerkleTree to their own file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |