Skip to content

Commit 3f05950

Browse files
committed
docs: Add libbitcoinkernel_la_SOURCES explanation
1 parent 94ad45d commit 3f05950

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,10 @@ libbitcoinkernel_la_LDFLAGS += -static
834834
libbitcoinkernel_la_CXXFLAGS += -static
835835
endif
836836

837+
# TODO: libbitcoinkernel is a work in progress consensus engine library, as more
838+
# and more modules are decoupled from the consensus engine, this list will
839+
# shrink to only those which are absolutely necessary. For example, things
840+
# like index/*.cpp will be removed.
837841
libbitcoinkernel_la_SOURCES = \
838842
kernel/bitcoinkernel.cpp \
839843
arith_uint256.cpp \

0 commit comments

Comments
 (0)