net: move CBanDB and CAddrDB out of net.h/cpp

This will eventually solve a circular dependency
This commit is contained in:
Cory Fields
2016-04-16 00:13:15 -04:00
committed by lateminer
parent 6af332f8f1
commit 6bd4b3a153
5 changed files with 323 additions and 292 deletions

View File

@@ -75,6 +75,7 @@ endif
.PHONY: FORCE check-symbols check-security
# bitcoin core #
BITCOIN_CORE_H = \
addrdb.h \
addrman.h \
amount.h \
arith_uint256.h \
@@ -190,6 +191,7 @@ libbitcoin_server_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(MINIUPNPC_CP
libbitcoin_server_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libbitcoin_server_a_SOURCES = \
addrman.cpp \
addrdb.cpp \
bloom.cpp \
blockencodings.cpp \
chain.cpp \