mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
docs: Add libbitcoinkernel_la_SOURCES explanation
This commit is contained in:
parent
94ad45deb2
commit
3f0595095d
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue