mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 10:42:13 +02:00
multiprocess: Add new bitcoin-gui, bitcoin-qt, bitcoin-wallet init implementations
Add separate init implementations instead of sharing existing bitcoind and bitcoin-node ones, so they can start to be differentiated in upcoming commits with node and wallet code no longer linked into the bitcoin-gui binary and wallet code no longer linked into the bitcoin-node binary.
This commit is contained in:
@@ -710,6 +710,7 @@ bitcoin_tx_LDADD += $(BOOST_LIBS)
|
||||
|
||||
# bitcoin-wallet binary #
|
||||
bitcoin_wallet_SOURCES = bitcoin-wallet.cpp
|
||||
bitcoin_wallet_SOURCES += init/bitcoin-wallet.cpp
|
||||
bitcoin_wallet_CPPFLAGS = $(bitcoin_bin_cppflags)
|
||||
bitcoin_wallet_CXXFLAGS = $(bitcoin_bin_cxxflags)
|
||||
bitcoin_wallet_LDFLAGS = $(bitcoin_bin_ldflags)
|
||||
|
||||
Reference in New Issue
Block a user