diff options
| author | randy-waterhouse <noone@yodasan> | 2014-08-16 16:48:24 +1200 |
|---|---|---|
| committer | randy-waterhouse <noone@yodasan> | 2014-08-17 20:22:12 +1200 |
| commit | c101c7690706c962944570fe5efe9975bf740a53 (patch) | |
| tree | 65fc4507d0d9b10a31fed452b961a47a62c65c7a /src/Makefile.am | |
| parent | Merge pull request #4656 (diff) | |
| download | discoin-c101c7690706c962944570fe5efe9975bf740a53.tar.xz discoin-c101c7690706c962944570fe5efe9975bf740a53.zip | |
build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes).
Help string consistency tweaks. Target sanity check fix.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2c00f8b57..1bb59bce7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -55,12 +55,10 @@ if BUILD_BITCOIND bin_PROGRAMS += bitcoind endif -if BUILD_BITCOIN_CLI - bin_PROGRAMS += bitcoin-cli +if BUILD_BITCOIN_UTILS + bin_PROGRAMS += bitcoin-cli bitcoin-tx endif -bin_PROGRAMS += bitcoin-tx - .PHONY: FORCE # bitcoin core # BITCOIN_CORE_H = \ |