Skip to content

Commit 75c82d4

Browse files
committed
Move coins.cpp and keystore.cpp to libbitcoin_common
Prepare for introduction of `bitcoin-tx` tool.
1 parent 84ce18c commit 75c82d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ libbitcoin_server_a_SOURCES = \
126126
alert.cpp \
127127
bloom.cpp \
128128
checkpoints.cpp \
129-
coins.cpp \
130129
init.cpp \
131-
keystore.cpp \
132130
leveldbwrapper.cpp \
133131
main.cpp \
134132
miner.cpp \
@@ -173,12 +171,14 @@ crypto_libbitcoin_crypto_a_SOURCES = \
173171
# common: shared between bitcoind, and bitcoin-qt and non-server tools
174172
libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES)
175173
libbitcoin_common_a_SOURCES = \
176-
base58.cpp \
177174
allocators.cpp \
175+
base58.cpp \
178176
chainparams.cpp \
177+
coins.cpp \
179178
core.cpp \
180179
hash.cpp \
181180
key.cpp \
181+
keystore.cpp \
182182
netbase.cpp \
183183
protocol.cpp \
184184
script.cpp \

0 commit comments

Comments
 (0)