]> git.mxchange.org Git - flightgear.git/blobdiff - configure.in
...
[flightgear.git] / configure.in
index 732961bce8912de2db3e00aae9dee0515fd5f76e..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 \
@@ -261,6 +263,7 @@ AC_OUTPUT( \
        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 \