aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2022-05-25 14:55:44 -0400
committerCarl Dong <contact@carldong.me>2022-05-31 14:18:31 -0400
commit7d03feef8156ef37a4efa01dc591467bc7d957bf (patch)
treef8651a71516c604fa19b91706882d187e9a7c02d /src/Makefile.am
parenteeb4fc20c578b1e428a92d64cc9f8f903a677580 (diff)
downloadbitcoin-7d03feef8156ef37a4efa01dc591467bc7d957bf.tar.xz
kernel: Introduce empty and unused kernel::Context
[META] In the next commit, we will move the init::{Set,Unset}Globals logic into this struct. Co-Authored-By: Ryan Ofsky <ryan@ofsky.org>
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 a6e9048949..39b19b5e5c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -172,6 +172,7 @@ BITCOIN_CORE_H = \
interfaces/wallet.h \
kernel/chainstatemanager_opts.h \
kernel/coinstats.h \
+ kernel/context.h \
key.h \
key_io.h \
logging.h \