diff options
author | Carl Dong <contact@carldong.me> | 2022-02-10 21:38:32 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-04-26 16:30:53 -0400 |
commit | 1df44dd20ca9e6e55eb353824b27d11bd1878c59 (patch) | |
tree | 0d8eb87fe824cc6b493511570e8bba96f2acdc5b /src/Makefile.am | |
parent | 83a0bb7cc9907dbe089409ed5a417277ed63ed95 (diff) |
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.am | 1 |
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 \ |