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:
Wladimir J. van der Laan 2014-03-25 11:34:28 +01:00 committed by langerhans
parent 836eca6b2f
commit a67c57889a

View file

@ -93,9 +93,7 @@ version.o: obj/build.h
libbitcoin_server_a_SOURCES = \
addrman.cpp \
alert.cpp \
rpcserver.cpp \
bloom.cpp \
chainparams.cpp \
checkpoints.cpp \
coins.cpp \
init.cpp \
@ -110,6 +108,7 @@ libbitcoin_server_a_SOURCES = \
rpcmisc.cpp \
rpcnet.cpp \
rpcrawtransaction.cpp \
rpcserver.cpp \
txdb.cpp \
txmempool.cpp \
$(JSON_H) \