mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-01 13:45:09 +00:00
14 lines
196 B
Makefile
14 lines
196 B
Makefile
dist_man1_MANS=
|
|
|
|
if BUILD_BITCOIND
|
|
dist_man1_MANS+=bitcoind.1
|
|
endif
|
|
|
|
if ENABLE_QT
|
|
dist_man1_MANS+=bitcoin-qt.1
|
|
endif
|
|
|
|
if BUILD_BITCOIN_UTILS
|
|
dist_man1_MANS+=bitcoin-cli.1 bitcoin-tx.1
|
|
endif
|