We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ce18c commit 75c82d4Copy full SHA for 75c82d4
src/Makefile.am
@@ -126,9 +126,7 @@ libbitcoin_server_a_SOURCES = \
126
alert.cpp \
127
bloom.cpp \
128
checkpoints.cpp \
129
- coins.cpp \
130
init.cpp \
131
- keystore.cpp \
132
leveldbwrapper.cpp \
133
main.cpp \
134
miner.cpp \
@@ -173,12 +171,14 @@ crypto_libbitcoin_crypto_a_SOURCES = \
173
171
# common: shared between bitcoind, and bitcoin-qt and non-server tools
174
172
libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES)
175
libbitcoin_common_a_SOURCES = \
176
- base58.cpp \
177
allocators.cpp \
+ base58.cpp \
178
chainparams.cpp \
+ coins.cpp \
179
core.cpp \
180
hash.cpp \
181
key.cpp \
+ keystore.cpp \
182
netbase.cpp \
183
protocol.cpp \
184
script.cpp \
0 commit comments