Commit aa171dcc authored by Max Kellermann's avatar Max Kellermann

configure.ac: fix AC_CONFIG_SRCDIR call

main.c has been renamed to Main.cxx.
parent b4d8cb7b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment