aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-08-30 13:40:37 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-10 12:48:35 +0200
commitc1e433b717fbc26a74ca395771076b203630a5a2 (patch)
treec1c551df9c68b5c75d62629cd2554e661b3df113 /src/Makefile.am
parent8b59a3d36626085db79db2874ae76272b2b42f25 (diff)
downloadbitcoin-c1e433b717fbc26a74ca395771076b203630a5a2.tar.xz
Rename scriptutils.o to wallet_ismine.o
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 27bcdc7bcc..b2071f49e2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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)