aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2022-02-10 21:38:32 -0500
committerCarl Dong <contact@carldong.me>2022-04-26 16:30:53 -0400
commit1df44dd20ca9e6e55eb353824b27d11bd1878c59 (patch)
tree0d8eb87fe824cc6b493511570e8bba96f2acdc5b /src/Makefile.am
parent83a0bb7cc9907dbe089409ed5a417277ed63ed95 (diff)
downloadbitcoin-1df44dd20ca9e6e55eb353824b27d11bd1878c59.tar.xz
b-cs: Define G_TRANSLATION_FUN in bitcoinkernel.cpp
[META] This is done in preparation for extracting libbitcoinkernel in a following commit. It seems logical that generally users of a library shouldn't need to export its own symbols to use the library.
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 d074e6314e..11fded3c2e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -800,6 +800,7 @@ bitcoin_util_LDADD = \
# bitcoin-chainstate binary #
bitcoin_chainstate_SOURCES = \
bitcoin-chainstate.cpp \
+ kernel/bitcoinkernel.cpp \
arith_uint256.cpp \
blockfilter.cpp \
chain.cpp \