mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 17:24:58 +02:00
multiprocess: Add bitcoin-node process spawning support
Add bitcoin-node startup code to let it spawn and be spawned by other processes
This commit is contained in:
@@ -640,13 +640,13 @@ bitcoin_bin_ldadd = \
|
||||
|
||||
bitcoin_bin_ldadd += $(BOOST_LIBS) $(BDB_LIBS) $(MINIUPNPC_LIBS) $(NATPMP_LIBS) $(EVENT_PTHREADS_LIBS) $(EVENT_LIBS) $(ZMQ_LIBS) $(SQLITE_LIBS)
|
||||
|
||||
bitcoind_SOURCES = $(bitcoin_daemon_sources)
|
||||
bitcoind_SOURCES = $(bitcoin_daemon_sources) init/bitcoind.cpp
|
||||
bitcoind_CPPFLAGS = $(bitcoin_bin_cppflags)
|
||||
bitcoind_CXXFLAGS = $(bitcoin_bin_cxxflags)
|
||||
bitcoind_LDFLAGS = $(bitcoin_bin_ldflags)
|
||||
bitcoind_LDADD = $(LIBBITCOIN_SERVER) $(bitcoin_bin_ldadd)
|
||||
|
||||
bitcoin_node_SOURCES = $(bitcoin_daemon_sources)
|
||||
bitcoin_node_SOURCES = $(bitcoin_daemon_sources) init/bitcoin-node.cpp
|
||||
bitcoin_node_CPPFLAGS = $(bitcoin_bin_cppflags)
|
||||
bitcoin_node_CXXFLAGS = $(bitcoin_bin_cxxflags)
|
||||
bitcoin_node_LDFLAGS = $(bitcoin_bin_ldflags)
|
||||
|
||||
Reference in New Issue
Block a user