X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.ac;h=2f0a5a460d22a2c6bec9b5e032530391386e06d1;hb=8971a67aca5e3bebc1eac2e07ac3de6e9c13f45e;hp=922f7cbcc80608b0cee3b4acfd241f25d985c7ef;hpb=f0af686d174962c09d59e55cbff0070760104931;p=simgear.git diff --git a/configure.ac b/configure.ac index 922f7cbc..2f0a5a46 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.3.4) +AM_INIT_AUTOMAKE(SimGear, 0.3.5) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution. @@ -376,7 +376,7 @@ AC_CONFIG_FILES([ \ simgear/io/Makefile \ simgear/magvar/Makefile \ simgear/math/Makefile \ - simgear/metar/Makefile \ + simgear/environment/Makefile \ simgear/misc/Makefile \ simgear/nasal/Makefile \ simgear/props/Makefile \