diff options
author | Jim Posen <jim.posen@gmail.com> | 2018-05-15 15:57:48 -0700 |
---|---|---|
committer | Jim Posen <jim.posen@gmail.com> | 2018-06-04 19:22:26 -0700 |
commit | 2318affd27de436ddf9d866a4b82eed8ea2e738b (patch) | |
tree | 014e8cc6347c5668c002961fefef7ed01243f5cd /src/Makefile.am | |
parent | f376a4924109af2496b5fd16a787299eb039f1c8 (diff) |
MOVEONLY: Move BaseIndex to its 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 96e56915a6..9462c407a1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -107,6 +107,7 @@ BITCOIN_CORE_H = \ fs.h \ httprpc.h \ httpserver.h \ + index/base.h \ index/txindex.h \ indirectmap.h \ init.h \ @@ -208,6 +209,7 @@ libbitcoin_server_a_SOURCES = \ consensus/tx_verify.cpp \ httprpc.cpp \ httpserver.cpp \ + index/base.cpp \ index/txindex.cpp \ init.cpp \ dbwrapper.cpp \ |