Skip to content

Commit 4feadec

Browse files
committed
Build: Libconsensus: Move libconsensus-ready files to the consensus package
1 parent a3d5eec commit 4feadec

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Makefile.am

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ endif
8383
BITCOIN_CORE_H = \
8484
addrman.h \
8585
alert.h \
86-
arith_uint256.h \
8786
base58.h \
8887
bloom.h \
8988
chain.h \
@@ -101,9 +100,6 @@ BITCOIN_CORE_H = \
101100
compat/sanity.h \
102101
compressor.h \
103102
consensus/consensus.h \
104-
consensus/merkle.h \
105-
consensus/params.h \
106-
consensus/validation.h \
107103
core_io.h \
108104
core_memusage.h \
109105
httprpc.h \
@@ -124,7 +120,6 @@ BITCOIN_CORE_H = \
124120
policy/fees.h \
125121
policy/policy.h \
126122
pow.h \
127-
primitives/block.h \
128123
protocol.h \
129124
random.h \
130125
reverselock.h \
@@ -254,9 +249,17 @@ libbitcoin_consensus_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
254249
libbitcoin_consensus_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
255250
libbitcoin_consensus_a_SOURCES = \
256251
amount.h \
252+
arith_uint256.cpp \
253+
arith_uint256.h \
254+
consensus/merkle.cpp \
255+
consensus/merkle.h \
256+
consensus/params.h \
257+
consensus/validation.h \
257258
hash.cpp \
258259
hash.h \
259260
prevector.h \
261+
primitives/block.cpp \
262+
primitives/block.h \
260263
primitives/transaction.cpp \
261264
primitives/transaction.h \
262265
pubkey.cpp \
@@ -281,18 +284,15 @@ libbitcoin_common_a_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
281284
libbitcoin_common_a_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
282285
libbitcoin_common_a_SOURCES = \
283286
amount.cpp \
284-
arith_uint256.cpp \
285287
base58.cpp \
286288
chainparams.cpp \
287289
coins.cpp \
288290
compressor.cpp \
289-
consensus/merkle.cpp \
290291
core_read.cpp \
291292
core_write.cpp \
292293
key.cpp \
293294
keystore.cpp \
294295
netbase.cpp \
295-
primitives/block.cpp \
296296
protocol.cpp \
297297
scheduler.cpp \
298298
script/sign.cpp \

0 commit comments

Comments
 (0)