]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Go back to the simpler arrangement syntax of a map of vectors.
[flightgear.git] / src / Makefile.am
index 86c9491f019f92e864d3189d447cd773dad834bc..e820a20c0d7c7459018cd5cef52b4b34667b081d 100644 (file)
@@ -1,7 +1,7 @@
-if ENABLE_NEW_ENVIRONMENT
-WEATHER_DIR = Environment
-else
+if ENABLE_WEATHERCM
 WEATHER_DIR = WeatherCM
+else
+WEATHER_DIR = Environment
 endif
 
 if ENABLE_NETWORK_OLK
@@ -10,8 +10,14 @@ else
 NETWORK_DIRS = Network
 endif
 
+if HAVE_PLIB_PSL
+SCRIPTING_DIRS = Scripting
+else
+SCRIPTING_DIRS =
+endif
+
 SUBDIRS = \
-       Include \
+        Include \
         Aircraft \
         Airports \
         ATC \
@@ -20,13 +26,16 @@ SUBDIRS = \
         Controls \
         FDM \
         GUI \
-       Input \
+        Input \
+       Instrumentation \
         Model \
-       Navaids \
+        Navaids \
         $(NETWORK_DIRS) \
         Objects \
         Scenery \
-       Sound \
+        $(SCRIPTING_DIRS) \
+        Sound \
+        Systems \
         Time \
         $(WEATHER_DIR) \
         Main