Remove duplicate from src/makefile.am
chainparams.cpp should not be in both libbitcoin_common and libbitcoin_server. Also re-sort the sources list.
This commit is contained in:
parent
e3f5d4338d
commit
dfd3996217
1 changed files with 1 additions and 2 deletions
|
@ -90,9 +90,7 @@ version.o: obj/build.h
|
||||||
libbitcoin_server_a_SOURCES = \
|
libbitcoin_server_a_SOURCES = \
|
||||||
addrman.cpp \
|
addrman.cpp \
|
||||||
alert.cpp \
|
alert.cpp \
|
||||||
rpcserver.cpp \
|
|
||||||
bloom.cpp \
|
bloom.cpp \
|
||||||
chainparams.cpp \
|
|
||||||
checkpoints.cpp \
|
checkpoints.cpp \
|
||||||
coins.cpp \
|
coins.cpp \
|
||||||
init.cpp \
|
init.cpp \
|
||||||
|
@ -107,6 +105,7 @@ libbitcoin_server_a_SOURCES = \
|
||||||
rpcmisc.cpp \
|
rpcmisc.cpp \
|
||||||
rpcnet.cpp \
|
rpcnet.cpp \
|
||||||
rpcrawtransaction.cpp \
|
rpcrawtransaction.cpp \
|
||||||
|
rpcserver.cpp \
|
||||||
txdb.cpp \
|
txdb.cpp \
|
||||||
txmempool.cpp \
|
txmempool.cpp \
|
||||||
$(JSON_H) \
|
$(JSON_H) \
|
||||||
|
|
Loading…
Add table
Reference in a new issue