1
0
Fork 0

Fix configure.ac breakage - I would remove the one file referenced in configure!

This commit is contained in:
James Turner 2010-07-02 00:10:50 +01:00
parent 061699daa7
commit 76712b6b97

View 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)