aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-10-01 13:37:02 +0200
committerMax Kellermann <max@duempel.org>2012-10-01 13:37:02 +0200
commitaa171dcc18e9b341b313e5b9c065a9f8b73b9695 (patch)
tree76d8812a1e972c82e16c0c6277c88ede56ed81ec /configure.ac
parentb4d8cb7bc1b97284bab21445e8bd063298d732db (diff)
configure.ac: fix AC_CONFIG_SRCDIR call
main.c has been renamed to Main.cxx.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 80cd64fd..f7599f4c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ VERSION_MINOR=18
VERSION_REVISION=0
VERSION_EXTRA=0
-AC_CONFIG_SRCDIR([src/main.c])
+AC_CONFIG_SRCDIR([src/Main.cxx])
AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 subdir-objects])
AM_SILENT_RULES
AC_CONFIG_HEADERS(config.h)