]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Land the GPS/route-manager re-write. Many things are better, many other things will...
[flightgear.git] / src / Makefile.am
index c2bfba177e39c55c6cdeea5e07330c7eecf76891..178419eb064efa6da3bc520000cf51b19c288cd3 100644 (file)
@@ -1,43 +1,25 @@
-if ENABLE_WEATHERCM
-WEATHER_DIR = WeatherCM
-else
-WEATHER_DIR = Environment
-endif
-
-if HAVE_PLIB_PSL
-SCRIPTING_DIRS = Scripting
-else
-SCRIPTING_DIRS =
-endif
-
-if ENABLE_MPLAYER_AS
-MPLAYER_DIRS = MultiPlayer
-else
-MPLAYER_DIRS =
-endif
-
 SUBDIRS = \
         Include \
         Aircraft \
         Airports \
-        ATC \
+       ATC \
+        ATCDCL \
         Autopilot \
         Cockpit \
-        Controls \
+        Environment \
         FDM \
         GUI \
         Input \
        Instrumentation \
         Model \
+       AIModel \
         Navaids \
         Network \
-       $(MPLAYER_DIRS) \
-        Objects \
-       Replay \
+       MultiPlayer \
         Scenery \
-        $(SCRIPTING_DIRS) \
+       Scripting \
         Sound \
         Systems \
         Time \
-        $(WEATHER_DIR) \
+       Traffic \
         Main