Skip to content

Commit e0664f7

Browse files
committed
build: Move interfaces/* to libbitcoin_server
These are shared between bitcoind and bitcoin-qt. It is unnecessary for them to be linked against the other utilities.
1 parent 4103cc3 commit e0664f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ libbitcoin_server_a_SOURCES = \
228228
httpserver.cpp \
229229
index/base.cpp \
230230
index/txindex.cpp \
231+
interfaces/handler.cpp \
232+
interfaces/node.cpp \
231233
init.cpp \
232234
dbwrapper.cpp \
233235
merkleblock.cpp \
@@ -414,8 +416,6 @@ libbitcoin_util_a_SOURCES = \
414416
compat/glibcxx_sanity.cpp \
415417
compat/strnlen.cpp \
416418
fs.cpp \
417-
interfaces/handler.cpp \
418-
interfaces/node.cpp \
419419
logging.cpp \
420420
random.cpp \
421421
rpc/protocol.cpp \

0 commit comments

Comments
 (0)