From b5cba3251053c22bf1df46282f1dd0a4c46f6a38 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 1 Mar 2016 15:35:04 +0100 Subject: renaming mint->exchange --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 95457e5b4..6004a7d66 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # # AC_PREREQ([2.69]) -AC_INIT([taler-mint], [0.0.0], [taler-bug@gnunet.org]) +AC_INIT([taler-exchange], [0.0.0], [taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/util/json.c]) AC_CONFIG_HEADERS([taler_config.h]) # support for non-recursive builds @@ -359,9 +359,9 @@ AC_CONFIG_FILES([Makefile src/pq/Makefile src/bank-lib/Makefile src/wire/Makefile - src/mintdb/Makefile - src/mint/Makefile - src/mint-tools/Makefile - src/mint-lib/Makefile + src/exchangedb/Makefile + src/exchange/Makefile + src/exchange-tools/Makefile + src/exchange-lib/Makefile ]) AC_OUTPUT -- cgit v1.2.3