Skip to content

Commit dfd3996

Browse files
committed
Remove duplicate from src/makefile.am
chainparams.cpp should not be in both libbitcoin_common and libbitcoin_server. Also re-sort the sources list.
1 parent e3f5d43 commit dfd3996

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ version.o: obj/build.h
9090
libbitcoin_server_a_SOURCES = \
9191
addrman.cpp \
9292
alert.cpp \
93-
rpcserver.cpp \
9493
bloom.cpp \
95-
chainparams.cpp \
9694
checkpoints.cpp \
9795
coins.cpp \
9896
init.cpp \
@@ -107,6 +105,7 @@ libbitcoin_server_a_SOURCES = \
107105
rpcmisc.cpp \
108106
rpcnet.cpp \
109107
rpcrawtransaction.cpp \
108+
rpcserver.cpp \
110109
txdb.cpp \
111110
txmempool.cpp \
112111
$(JSON_H) \

0 commit comments

Comments
 (0)