mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-25 06:55:32 +01:00
build: move chainparamsbase from util to common
Move chainparamsbase from util to common, because util library should not depend on the common library and chainparamsbase uses the ArgsManager class in common.
This commit is contained in:
@@ -669,6 +669,7 @@ libbitcoin_common_a_SOURCES = \
|
||||
addresstype.cpp \
|
||||
base58.cpp \
|
||||
bech32.cpp \
|
||||
chainparamsbase.cpp \
|
||||
chainparams.cpp \
|
||||
coins.cpp \
|
||||
common/args.cpp \
|
||||
@@ -719,7 +720,6 @@ libbitcoin_util_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
|
||||
libbitcoin_util_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
|
||||
libbitcoin_util_a_SOURCES = \
|
||||
support/lockedpool.cpp \
|
||||
chainparamsbase.cpp \
|
||||
clientversion.cpp \
|
||||
logging.cpp \
|
||||
random.cpp \
|
||||
|
||||
Reference in New Issue
Block a user