From 586e9ced5ec54988b98b3805452412b2ccf7180d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 19 Dec 2016 14:34:03 +0100 Subject: mint->exchange --- taler-build/update_merchant.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'taler-build') diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh index 96eb9f2..60940ee 100755 --- a/taler-build/update_merchant.sh +++ b/taler-build/update_merchant.sh @@ -18,14 +18,14 @@ git submodule update --init --force if test ${1:-notgiven} = "--coverage"; then ./configure CFLAGS='-ggdb -O0' \ --prefix=$HOME/local --with-gnunet=$HOME/local \ - --with-mint=$HOME/local \ + --with-exchange=$HOME/local \ --with-microhttpd=$HOME/local \ --enable-logging=verbose \ --enable-coverage else ./configure CFLAGS='-ggdb -O0' \ --prefix=$HOME/local --with-gnunet=$HOME/local \ - --with-mint=$HOME/local \ + --with-exchange=$HOME/local \ --with-microhttpd=$HOME/local \ --enable-logging=verbose fi -- cgit v1.2.3