diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-29 05:56:57 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-29 06:06:57 +0200 |
commit | bf3a5dd7f0c9da14da1ebcef49d4eeff5fe14419 (patch) | |
tree | 4012442be778f55be17e7807399e7e00a8a8837a /src/Makefile.am | |
parent | a38eaea082692d0dac6996dcace2084cd7f29179 (diff) | |
parent | e8b5f0d549b1b76611c7374bed9ceec7d09fa847 (diff) |
Merge pull request #4796
e8b5f0d Move CBlockIndex, CChain and related code out of main (jtimon)
6db83db Decouple CChain from mapBlockIndex (jtimon)
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 94a582dfac..2c64cb74a0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,6 +67,7 @@ BITCOIN_CORE_H = \ allocators.h \ base58.h \ bloom.h \ + chain.h \ chainparams.h \ chainparamsbase.h \ chainparamsseeds.h \ @@ -145,6 +146,7 @@ libbitcoin_server_a_SOURCES = \ addrman.cpp \ alert.cpp \ bloom.cpp \ + chain.cpp \ checkpoints.cpp \ init.cpp \ leveldbwrapper.cpp \ |