aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2017-07-06 08:50:48 +0100
committerJohn Newbery <john@johnnewbery.com>2018-03-26 13:23:24 -0400
commitcaaf9722f3200775cf37aab6b911a7054b2378e7 (patch)
treeb1e4690418de5ea35cf25e7e0cdfa3adec587e8a /src/Makefile.am
parent5fb54210a68612ebcc47b2b12048d192a529d3d7 (diff)
downloadbitcoin-caaf9722f3200775cf37aab6b911a7054b2378e7.tar.xz
[wallet] Create wallet init interface.
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 ac822d6c5e..15ff4256e0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -161,6 +161,7 @@ BITCOIN_CORE_H = \
validation.h \
validationinterface.h \
versionbits.h \
+ walletinitinterface.h \
wallet/coincontrol.h \
wallet/crypter.h \
wallet/db.h \