[Univalue] add univalue over subtree

similar to secp256k1 include and compile univalue over a subtree
This commit is contained in:
Jonas Schnelli
2015-09-04 16:11:34 +02:00
committed by Jack Grigg
parent 0025fb4b0e
commit a10a6e2a0e
30 changed files with 40 additions and 43 deletions

View File

@@ -1003,7 +1003,7 @@ unset PKG_CONFIG_LIBDIR
PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no"
AC_CONFIG_SUBDIRS([src/secp256k1])
AC_CONFIG_SUBDIRS([src/secp256k1 src/univalue])
AC_OUTPUT