Skip to content

Commit b93b49b

Browse files
committed
Merge pull request #5603
7268f7b Move arith_uint256 out of consensus and util (Pieter Wuille)
2 parents ec20fd7 + 7268f7b commit b93b49b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ univalue_libbitcoin_univalue_a_SOURCES = \
233233
libbitcoin_common_a_CPPFLAGS = $(BITCOIN_INCLUDES)
234234
libbitcoin_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.
263264
libbitcoin_util_a_CPPFLAGS = $(BITCOIN_INCLUDES)
264265
libbitcoin_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)
354354
if BUILD_BITCOIN_LIBS
355355
include_HEADERS = script/bitcoinconsensus.h
356356
libbitcoinconsensus_la_SOURCES = \
357-
arith_uint256.cpp \
358357
crypto/hmac_sha512.cpp \
359358
crypto/ripemd160.cpp \
360359
crypto/sha1.cpp \

0 commit comments

Comments
 (0)