Skip to content

Commit 8f46454

Browse files
committed
Merge #14204: build: Move interfaces/* to libbitcoin_server
e0664f7 build: Move interfaces/* to libbitcoin_server (Wladimir J. van der Laan) Pull request description: Move interfaces/* from libbitcoin_util to libbitcoin_server. Usage of these is shared between `bitcoind` and `bitcoin-qt`. It is unnecessary for them to be linked against the other utilities. Also semantically they belong with the server/node, I think. Tree-SHA512: f82f3a95d362051c0eb8092520715f77c2c75409d41f9c0fab9a15445ea9e79a2a36b5d00b1f5be09b266584051934a32a8b9b28f783f4d7be78885b4a29a383
2 parents 1c12cf6 + e0664f7 commit 8f46454

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)