]> git.mxchange.org Git - flightgear.git/commitdiff
Version 0.59
authorcurt <curt>
Thu, 25 Feb 1999 21:36:39 +0000 (21:36 +0000)
committercurt <curt>
Thu, 25 Feb 1999 21:36:39 +0000 (21:36 +0000)
Added Tools/Polygon subdirectory.

configure.in

index e63dfec02222dc659bc7ff74e22c5cadab6ebcd7..c2b4560ca8cbddf5bed9e1e1ac6cb51540fc4127 100644 (file)
@@ -6,7 +6,7 @@ dnl
 AC_INIT(Simulator/Aircraft/aircraft.cxx)
 
 dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.58)
+AM_INIT_AUTOMAKE(FlightGear, 0.59)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
@@ -329,6 +329,7 @@ AC_OUTPUT( \
        Tools/FixObj/Makefile \
        Tools/GenAirports/Makefile \
        Tools/Makedir/Makefile \
+       Tools/Polygon/Makefile \
        Tools/ShapeFile/Makefile \
        Tools/SplitTris/Makefile \
        Tools/Stripe_w/Makefile \