summaryrefslogtreecommitdiff
path: root/taler-build
diff options
context:
space:
mode:
Diffstat (limited to 'taler-build')
-rwxr-xr-xtaler-build/update_merchant.sh4
1 files changed, 2 insertions, 2 deletions
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