diff options
author | Carl Dong <contact@carldong.me> | 2022-04-22 13:28:33 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-04-27 17:36:39 -0400 |
commit | 3f0595095dd6d230dc661641227937e3ab4ca8d3 (patch) | |
tree | 6eaa98e367e76474d59f71cd78f9ee82f1b7eca8 | |
parent | 94ad45deb257a95b4e98aa85da0371fb072fcd4c (diff) |
docs: Add libbitcoinkernel_la_SOURCES explanation
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4121f1ca4c..fe8dcc753c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -834,6 +834,10 @@ libbitcoinkernel_la_LDFLAGS += -static libbitcoinkernel_la_CXXFLAGS += -static endif +# TODO: libbitcoinkernel is a work in progress consensus engine library, as more +# and more modules are decoupled from the consensus engine, this list will +# shrink to only those which are absolutely necessary. For example, things +# like index/*.cpp will be removed. libbitcoinkernel_la_SOURCES = \ kernel/bitcoinkernel.cpp \ arith_uint256.cpp \ |