Skip to content

Commit 5b93094

Browse files
committed
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.
1 parent ffa27af commit 5b93094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,7 @@ libbitcoin_common_a_SOURCES = \
669669
addresstype.cpp \
670670
base58.cpp \
671671
bech32.cpp \
672+
chainparamsbase.cpp \
672673
chainparams.cpp \
673674
coins.cpp \
674675
common/args.cpp \
@@ -719,7 +720,6 @@ libbitcoin_util_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
719720
libbitcoin_util_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
720721
libbitcoin_util_a_SOURCES = \
721722
support/lockedpool.cpp \
722-
chainparamsbase.cpp \
723723
clientversion.cpp \
724724
logging.cpp \
725725
random.cpp \

0 commit comments

Comments
 (0)