mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
build: Restore strencodings to libbitcoinconsensus
This commit is contained in:
parent
c317b89223
commit
b63c18aa5f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user