]> git.mxchange.org Git - flightgear.git/commitdiff
Fix configure.ac breakage - I would remove the one file referenced in configure!
authorJames Turner <zakalawe@mac.com>
Thu, 1 Jul 2010 23:10:50 +0000 (00:10 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 1 Jul 2010 23:10:50 +0000 (00:10 +0100)
configure.ac

index 5e49870fc79613896d9918f7a897903d1a79c4b6..daf88fe9c0475f9acf3e2abc0b5e9db01d54aa98 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autogen.sh to produce a working configure
 dnl script.
 
 AC_INIT
-AC_CONFIG_SRCDIR([src/Aircraft/aircraft.cxx])
+AC_CONFIG_SRCDIR([src/Airports/simple.cxx])
 
 dnl Require at least automake 2.52
 AC_PREREQ(2.52)