aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAnthony Towns <aj@erisian.com.au>2018-04-25 18:43:31 +1000
committerAnthony Towns <aj@erisian.com.au>2018-07-10 00:07:58 +1000
commitb9024fdda33e5c7a2e61705822ded034dd4f8e3b (patch)
tree75f08555094c5486f6ca105154b8c28911b72885 /src/Makefile.am
parentd58055d25f41e942e04ffeae5f25e37a60ee8829 (diff)
downloadbitcoin-b9024fdda33e5c7a2e61705822ded034dd4f8e3b.tar.xz
segwit support for createmultisig RPC
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 f058a9f447..d6899c4b68 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -226,6 +226,7 @@ libbitcoin_server_a_SOURCES = \
net.cpp \
net_processing.cpp \
noui.cpp \
+ outputtype.cpp \
policy/fees.cpp \
policy/policy.cpp \
policy/rbf.cpp \
@@ -266,7 +267,6 @@ libbitcoin_wallet_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
libbitcoin_wallet_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
libbitcoin_wallet_a_SOURCES = \
interfaces/wallet.cpp \
- outputtype.cpp \
wallet/crypter.cpp \
wallet/db.cpp \
wallet/feebumper.cpp \