build: Restore strencodings to libbitcoinconsensus

This commit is contained in:
Luke Dashjr 2025-02-25 17:20:38 +00:00
parent c317b89223
commit b63c18aa5f

View File

@ -1018,7 +1018,10 @@ if BUILD_BITCOIN_LIBS
lib_LTLIBRARIES += $(LIBBITCOINCONSENSUS)
include_HEADERS = script/bitcoinconsensus.h
libbitcoinconsensus_la_SOURCES = $(crypto_libbitcoin_crypto_base_la_SOURCES) $(libbitcoin_consensus_a_SOURCES)
libbitcoinconsensus_la_SOURCES = \
util/strencodings.cpp \
$(crypto_libbitcoin_crypto_base_la_SOURCES) \
$(libbitcoin_consensus_a_SOURCES)
libbitcoinconsensus_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined $(RELDFLAGS)
libbitcoinconsensus_la_LIBADD = $(LIBSECP256K1)