Skip to content

Commit

Permalink
Move coins.cpp and keystore.cpp to libbitcoin_common
Browse files Browse the repository at this point in the history
Prepare for introduction of `bitcoin-tx` tool.
  • Loading branch information
laanwj committed Jun 25, 2014
1 parent 84ce18c commit 75c82d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ libbitcoin_server_a_SOURCES = \
alert.cpp \
bloom.cpp \
checkpoints.cpp \
coins.cpp \
init.cpp \
keystore.cpp \
leveldbwrapper.cpp \
main.cpp \
miner.cpp \
Expand Down Expand Up @@ -173,12 +171,14 @@ crypto_libbitcoin_crypto_a_SOURCES = \
# common: shared between bitcoind, and bitcoin-qt and non-server tools
libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES)
libbitcoin_common_a_SOURCES = \
base58.cpp \
allocators.cpp \
base58.cpp \
chainparams.cpp \
coins.cpp \
core.cpp \
hash.cpp \
key.cpp \
keystore.cpp \
netbase.cpp \
protocol.cpp \
script.cpp \
Expand Down

0 comments on commit 75c82d4

Please sign in to comment.