aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-20 15:15:29 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-20 15:15:51 +0100
commit9982710e88687706686bb132d3737ce3befd8eeb (patch)
treece0103f888d3e257a276e3fd4e237ca86d6b9159 /src/Makefile.am
parent82429d08610e8c059d6e713c52743399c767be4e (diff)
parentdd2dc400eed7c4e8521d1264d652ee32070d2c47 (diff)
downloadbitcoin-9982710e88687706686bb132d3737ce3befd8eeb.tar.xz
Merge #7307: [RPC, Wallet] Move RPC dispatch table registration to wallet/ code
dd2dc40 [RPC, Wallet] Move RPC dispatch table registration to wallet/ code (Jonas Schnelli)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5d7fbb13d2..948d12424f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -165,6 +165,7 @@ BITCOIN_CORE_H = \
version.h \
wallet/crypter.h \
wallet/db.h \
+ wallet/rpcwallet.h \
wallet/wallet.h \
wallet/wallet_ismine.h \
wallet/walletdb.h \