File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ univalue_libbitcoin_univalue_a_SOURCES = \
233233libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES )
234234libbitcoin_common_a_SOURCES = \
235235 allocators.cpp \
236+ arith_uint256.cpp \
236237 amount.cpp \
237238 base58.cpp \
238239 chainparams.cpp \
@@ -262,7 +263,6 @@ libbitcoin_common_a_SOURCES = \
262263# backward-compatibility objects and their sanity checks are linked.
263264libbitcoin_util_a_CPPFLAGS = $(BITCOIN_INCLUDES )
264265libbitcoin_util_a_SOURCES = \
265- arith_uint256.cpp \
266266 chainparamsbase.cpp \
267267 clientversion.cpp \
268268 compat/glibc_sanity.cpp \
@@ -354,7 +354,6 @@ bitcoin_cli_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
354354if BUILD_BITCOIN_LIBS
355355include_HEADERS = script/bitcoinconsensus.h
356356libbitcoinconsensus_la_SOURCES = \
357- arith_uint256.cpp \
358357 crypto/hmac_sha512.cpp \
359358 crypto/ripemd160.cpp \
360359 crypto/sha1.cpp \
You can’t perform that action at this time.
0 commit comments