Build against system UniValue when available

This commit is contained in:
Luke Dashjr
2016-01-14 00:26:23 +00:00
committed by lateminer
parent 6e4270f333
commit d4251e1075
3 changed files with 64 additions and 7 deletions

View File

@@ -134,7 +134,9 @@ if ENABLE_WALLET
$(AM_V_at)srcdir=$(srcdir) PYTHONPATH=$(builddir)/test $(srcdir)/test/wallet-utility.py
endif
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C secp256k1 check
if EMBEDDED_UNIVALUE
$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) -C univalue check
endif
%.json.h: %.json
@$(MKDIR_P) $(@D)