]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Modified Files:
[flightgear.git] / src / Makefile.am
index d324d32e165822b6e4a94fb9c35664cf4a0c706f..bdf468654daf3978e1f79da94513c78b8e380fd7 100644 (file)
@@ -1,15 +1,3 @@
-if ENABLE_WEATHERCM
-WEATHER_DIR = WeatherCM
-else
-WEATHER_DIR = Environment
-endif
-
-if ENABLE_MPLAYER_AS
-MPLAYER_DIRS = MultiPlayer
-else
-MPLAYER_DIRS =
-endif
-
 SUBDIRS = \
         Include \
         Aircraft \
@@ -17,21 +5,20 @@ SUBDIRS = \
         ATC \
         Autopilot \
         Cockpit \
-        Controls \
+        Environment \
         FDM \
         GUI \
         Input \
        Instrumentation \
         Model \
+       AIModel \
         Navaids \
         Network \
-       $(MPLAYER_DIRS) \
-        Objects \
-       Replay \
+       MultiPlayer \
         Scenery \
        Scripting \
         Sound \
         Systems \
         Time \
-        $(WEATHER_DIR) \
+       Traffic \
         Main