aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-08-29 22:07:39 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-10 12:42:56 +0200
commit0d2fa14a3434fb259319aedec0124df305e652c0 (patch)
tree82b366574d53e990bf383ae7bc02060f0638ea70 /src/Makefile.am
parent6a8d15cc16875a2dce3d944b46eb21b3f72bb33b (diff)
downloadbitcoin-0d2fa14a3434fb259319aedec0124df305e652c0.tar.xz
Move scriptutils.o to wallet
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9b7e99861d..27bcdc7bcc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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.