]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Removed current_model global variable and added a reference in
[flightgear.git] / src / Makefile.am
index cb6551b3df18f4a98c63fbe2e0eb70c89b1b8e4c..86c9491f019f92e864d3189d447cd773dad834bc 100644 (file)
@@ -1,5 +1,5 @@
-if ENABLE_OLD_WEATHER
-WEATHER_DIR = Weather
+if ENABLE_NEW_ENVIRONMENT
+WEATHER_DIR = Environment
 else
 WEATHER_DIR = WeatherCM
 endif
@@ -14,17 +14,19 @@ SUBDIRS = \
        Include \
         Aircraft \
         Airports \
-        Astro \
+        ATC \
         Autopilot \
-        Clouds \
         Cockpit \
         Controls \
         FDM \
         GUI \
-        Joystick \
+       Input \
+        Model \
+       Navaids \
         $(NETWORK_DIRS) \
         Objects \
         Scenery \
+       Sound \
         Time \
         $(WEATHER_DIR) \
         Main