Merge pull request #3958

dfd3996 Remove duplicate from src/makefile.am (Wladimir J. van der Laan)
This commit is contained in:
Wladimir J. van der Laan 2014-03-26 12:03:33 +01:00
commit 47ef190637
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 1 additions and 2 deletions

View File

@ -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) \