mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 12:52:35 -03:00
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 = \
|
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…
Reference in a new issue