|
|
@ -126,9 +126,7 @@ libbitcoin_server_a_SOURCES = \
|
|
|
|
alert.cpp \
|
|
|
|
alert.cpp \
|
|
|
|
bloom.cpp \
|
|
|
|
bloom.cpp \
|
|
|
|
checkpoints.cpp \
|
|
|
|
checkpoints.cpp \
|
|
|
|
coins.cpp \
|
|
|
|
|
|
|
|
init.cpp \
|
|
|
|
init.cpp \
|
|
|
|
keystore.cpp \
|
|
|
|
|
|
|
|
leveldbwrapper.cpp \
|
|
|
|
leveldbwrapper.cpp \
|
|
|
|
main.cpp \
|
|
|
|
main.cpp \
|
|
|
|
miner.cpp \
|
|
|
|
miner.cpp \
|
|
|
@ -173,12 +171,14 @@ crypto_libbitcoin_crypto_a_SOURCES = \
|
|
|
|
# common: shared between bitcoind, and bitcoin-qt and non-server tools
|
|
|
|
# common: shared between bitcoind, and bitcoin-qt and non-server tools
|
|
|
|
libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES)
|
|
|
|
libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES)
|
|
|
|
libbitcoin_common_a_SOURCES = \
|
|
|
|
libbitcoin_common_a_SOURCES = \
|
|
|
|
base58.cpp \
|
|
|
|
|
|
|
|
allocators.cpp \
|
|
|
|
allocators.cpp \
|
|
|
|
|
|
|
|
base58.cpp \
|
|
|
|
chainparams.cpp \
|
|
|
|
chainparams.cpp \
|
|
|
|
|
|
|
|
coins.cpp \
|
|
|
|
core.cpp \
|
|
|
|
core.cpp \
|
|
|
|
hash.cpp \
|
|
|
|
hash.cpp \
|
|
|
|
key.cpp \
|
|
|
|
key.cpp \
|
|
|
|
|
|
|
|
keystore.cpp \
|
|
|
|
netbase.cpp \
|
|
|
|
netbase.cpp \
|
|
|
|
protocol.cpp \
|
|
|
|
protocol.cpp \
|
|
|
|
script.cpp \
|
|
|
|
script.cpp \
|
|
|
|