]> git.mxchange.org Git - flightgear.git/blobdiff - configure.in
...
[flightgear.git] / configure.in
index 3ac6a218c039f45503b9fcf0360f57522dc2e7dd..304eb6c75dc4c8d714251ebd68877753198ec334 100644 (file)
@@ -6,7 +6,7 @@ dnl
 AC_INIT(Simulator/Aircraft/aircraft.c)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.53)
+AM_INIT_AUTOMAKE(FlightGear, 0.55)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
@@ -243,11 +243,13 @@ AC_OUTPUT( \
        Lib/DEM/Makefile \
        Lib/gpc/Makefile \
        Lib/Math/Makefile \
+       Lib/Misc/Makefile \
        Lib/PUI/Makefile \
        Lib/XGL/Makefile \
        Lib/zlib/Makefile \
        Simulator/Makefile \
        Simulator/Aircraft/Makefile \
+       Simulator/Airports/Makefile \
        Simulator/Astro/Makefile \
        Simulator/Autopilot/Makefile \
        Simulator/Cockpit/Makefile \
@@ -258,9 +260,10 @@ AC_OUTPUT( \
        Simulator/GUI/Makefile \
        Simulator/Joystick/Makefile \
        Simulator/Main/Makefile \
-       Simulator/Main/runfg \
-       Simulator/Main/runfg.bat \
+       Simulator/Main/runfgfs \
+       Simulator/Main/runfgfs.bat \
        Simulator/Makefile \
+       Simulator/Objects/Makefile \
        Simulator/Scenery/Makefile \
        Simulator/Time/Makefile \
        Simulator/Weather/Makefile \
@@ -272,6 +275,7 @@ AC_OUTPUT( \
        Tools/DemRaw2ascii/Makefile \
        Tools/FixNode/Makefile \
        Tools/FixObj/Makefile \
+       Tools/GenAirports/Makefile \
        Tools/SplitTris/Makefile \
        Tools/Stripe_w/Makefile \
        Tools/Tri2obj/Makefile \
@@ -279,4 +283,4 @@ AC_OUTPUT( \
        Tests/Makefile \
 )
 
-AC_OUTPUT_COMMANDS([chmod 755 Simulator/Main/runfg])
+AC_OUTPUT_COMMANDS([chmod 755 Simulator/Main/runfgfs])