summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-25 13:38:54 +0100
committerChristian Grothoff <christian@grothoff.org>2015-11-25 13:38:54 +0100
commit8e8e59917a09298f0e8d46884a93bef14c2ae98b (patch)
tree8c952f44255f8f87f18399a6431568b3124c0d6e /configure.ac
parent0a073f8bf4b6611c4436d093deef7631c643f5bf (diff)
downloadmerchant-8e8e59917a09298f0e8d46884a93bef14c2ae98b.tar.gz
merchant-8e8e59917a09298f0e8d46884a93bef14c2ae98b.tar.bz2
merchant-8e8e59917a09298f0e8d46884a93bef14c2ae98b.zip
rename fest to satisfy naming conventions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 89cfe25d..b66b8b00 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,9 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([taler], [0.0.0], [taler-bug@gnunet.org])
-AC_CONFIG_SRCDIR([src/merchant/merchant.c])
-AC_CONFIG_HEADERS([taler_config.h])
+AC_INIT([taler-merchant], [0.0.0], [taler-bug@gnunet.org])
+AC_CONFIG_SRCDIR([src/backend/taler-merchant-httpd.c])
+AC_CONFIG_HEADERS([taler_merchant_config.h])
# support for non-recursive builds
AM_INIT_AUTOMAKE([subdir-objects])