Rename scriptutils.o to wallet_ismine.o

This commit is contained in:
jtimon
2014-08-30 13:40:37 +02:00
committed by Wladimir J. van der Laan
parent 8b59a3d366
commit c1e433b717
6 changed files with 8 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ BITCOIN_CORE_H = \
script/script.h \
script/sign.h \
script/standard.h \
scriptutils.h \
wallet_ismine.h \
serialize.h \
sync.h \
threadsafety.h \
@@ -173,7 +173,7 @@ libbitcoin_wallet_a_SOURCES = \
crypter.cpp \
rpcdump.cpp \
rpcwallet.cpp \
scriptutils.cpp \
wallet_ismine.cpp \
wallet.cpp \
walletdb.cpp \
$(BITCOIN_CORE_H)