diff options
| author | Matt Corallo <[email protected]> | 2014-10-30 15:50:15 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2014-12-05 01:57:40 -0800 |
| commit | afd4b94b6dabab29dee5a12966ce217700381682 (patch) | |
| tree | 7bc8f939bfcc098341f8f222fe44e039fba3dd00 /src/Makefile.am | |
| parent | Merge pull request #5306 (diff) | |
| download | discoin-afd4b94b6dabab29dee5a12966ce217700381682.tar.xz discoin-afd4b94b6dabab29dee5a12966ce217700381682.zip | |
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 69b3a6d4f..d6ac6e127 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 \ |