]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Comment out timing calls, but leave them there for future timing experiments.
[flightgear.git] / src / Makefile.am
index a3985479720adc5f5bf54e04356a1c2146acfe45..c2bfba177e39c55c6cdeea5e07330c7eecf76891 100644 (file)
@@ -1,30 +1,43 @@
-if ENABLE_OLD_WEATHER
-WEATHER_DIR = Weather
-else
+if ENABLE_WEATHERCM
 WEATHER_DIR = WeatherCM
+else
+WEATHER_DIR = Environment
+endif
+
+if HAVE_PLIB_PSL
+SCRIPTING_DIRS = Scripting
+else
+SCRIPTING_DIRS =
 endif
 
-if ENABLE_NETWORK_OLK
-NETWORK_DIRS = Network NetworkOLK
+if ENABLE_MPLAYER_AS
+MPLAYER_DIRS = MultiPlayer
 else
-NETWORK_DIRS = Network
+MPLAYER_DIRS =
 endif
 
 SUBDIRS = \
-       Include \
+        Include \
         Aircraft \
         Airports \
+        ATC \
         Autopilot \
         Cockpit \
         Controls \
-        Ephemeris \
         FDM \
         GUI \
-        Joystick \
-       Navaids \
-        $(NETWORK_DIRS) \
+        Input \
+       Instrumentation \
+        Model \
+        Navaids \
+        Network \
+       $(MPLAYER_DIRS) \
         Objects \
+       Replay \
         Scenery \
+        $(SCRIPTING_DIRS) \
+        Sound \
+        Systems \
         Time \
         $(WEATHER_DIR) \
         Main