From: curt Date: Thu, 25 Feb 1999 21:36:39 +0000 (+0000) Subject: Version 0.59 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a04d4fd2860ece40d60e553ca617728872281380;p=flightgear.git Version 0.59 Added Tools/Polygon subdirectory. --- diff --git a/configure.in b/configure.in index e63dfec02..c2b4560ca 100644 --- a/configure.in +++ b/configure.in @@ -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 \