mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05: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:
parent
ffa27af24d
commit
5b9309420c
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue