mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-08 20:50:48 +02:00
configure: Make it possible to build only one of bitcoin-cli or bitcoin-tx
This commit is contained in:
@@ -8,6 +8,10 @@ if ENABLE_QT
|
||||
dist_man1_MANS+=bitcoin-qt.1
|
||||
endif
|
||||
|
||||
if BUILD_BITCOIN_UTILS
|
||||
dist_man1_MANS+=bitcoin-cli.1 bitcoin-tx.1
|
||||
if BUILD_BITCOIN_CLI
|
||||
dist_man1_MANS+=bitcoin-cli.1
|
||||
endif
|
||||
|
||||
if BUILD_BITCOIN_TX
|
||||
dist_man1_MANS+=bitcoin-tx.1
|
||||
endif
|
||||
|
Reference in New Issue
Block a user