]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Set the format default to float instead of int.
[flightgear.git] / src / Makefile.am
index 74a44e7f9c19e75d341a9132cc0893cbdf03af02..c0baac3c19d4a8d54c060c453983af2efe0222cb 100644 (file)
@@ -1,9 +1,3 @@
-if ENABLE_WEATHERCM
-WEATHER_DIR = WeatherCM
-else
-WEATHER_DIR = Environment
-endif
-
 if ENABLE_MPLAYER_AS
 MPLAYER_DIRS = MultiPlayer
 else
@@ -18,6 +12,7 @@ SUBDIRS = \
         Autopilot \
         Cockpit \
         Controls \
+        Environment \
         FDM \
         GUI \
         Input \
@@ -34,5 +29,5 @@ SUBDIRS = \
         Sound \
         Systems \
         Time \
-        $(WEATHER_DIR) \
+       Traffic \
         Main