diff options
author | jtimon <jtimon@blockstream.io> | 2014-08-30 13:40:37 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-09-10 12:48:35 +0200 |
commit | c1e433b717fbc26a74ca395771076b203630a5a2 (patch) | |
tree | c1c551df9c68b5c75d62629cd2554e661b3df113 /src/Makefile.am | |
parent | 8b59a3d36626085db79db2874ae76272b2b42f25 (diff) |
Rename scriptutils.o to wallet_ismine.o
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
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) |