We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4103cc3 commit e0664f7Copy full SHA for e0664f7
src/Makefile.am
@@ -228,6 +228,8 @@ libbitcoin_server_a_SOURCES = \
228
httpserver.cpp \
229
index/base.cpp \
230
index/txindex.cpp \
231
+ interfaces/handler.cpp \
232
+ interfaces/node.cpp \
233
init.cpp \
234
dbwrapper.cpp \
235
merkleblock.cpp \
@@ -414,8 +416,6 @@ libbitcoin_util_a_SOURCES = \
414
416
compat/glibcxx_sanity.cpp \
415
417
compat/strnlen.cpp \
418
fs.cpp \
- interfaces/handler.cpp \
- interfaces/node.cpp \
419
logging.cpp \
420
random.cpp \
421
rpc/protocol.cpp \
0 commit comments