Browse Source

build: Remove dependency of bitcoin-cli on secp256k1

bitcoin-cli (in contrast to bitcoin-tx, which does signing ops)
shouldn't need secp256k1, and indeed it doesn't.
pull/145/head
Wladimir J. van der Laan 9 years ago
committed by Luke Dashjr
parent
commit
87a797a016
  1. 3
      src/Makefile.am

3
src/Makefile.am

@ -343,8 +343,7 @@ endif
bitcoin_cli_LDADD = \
$(LIBBITCOIN_CLI) \
$(LIBBITCOIN_UTIL) \
$(LIBSECP256K1)
$(LIBBITCOIN_UTIL)
bitcoin_cli_LDADD += $(BOOST_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS)
#

Loading…
Cancel
Save