Merge pull request #3958
dfd3996
Remove duplicate from src/makefile.am (Wladimir J. van der Laan)
This commit is contained in:
commit
47ef190637
1 changed files with 1 additions and 2 deletions
|
@ -90,9 +90,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 \
|
||||
|
@ -107,6 +105,7 @@ libbitcoin_server_a_SOURCES = \
|
|||
rpcmisc.cpp \
|
||||
rpcnet.cpp \
|
||||
rpcrawtransaction.cpp \
|
||||
rpcserver.cpp \
|
||||
txdb.cpp \
|
||||
txmempool.cpp \
|
||||
$(JSON_H) \
|
||||
|
|
Loading…
Reference in a new issue