Move scriptutils.o to wallet

This commit is contained in:
jtimon
2014-08-29 22:07:39 +02:00
committed by Wladimir J. van der Laan
parent 6a8d15cc16
commit 0d2fa14a34
3 changed files with 20 additions and 2 deletions

View File

@@ -173,6 +173,7 @@ libbitcoin_wallet_a_SOURCES = \
crypter.cpp \
rpcdump.cpp \
rpcwallet.cpp \
scriptutils.cpp \
wallet.cpp \
walletdb.cpp \
$(BITCOIN_CORE_H)
@@ -216,7 +217,6 @@ libbitcoin_common_a_SOURCES = \
script/script.cpp \
script/sign.cpp \
script/standard.cpp \
scriptutils.cpp \
$(BITCOIN_CORE_H)
# util: shared between all executables.