]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
#346 related: missing status message for property server
[flightgear.git] / src / Makefile.am
index d88af9347d08c9fa2a49669cbebeb127558d7342..178419eb064efa6da3bc520000cf51b19c288cd3 100644 (file)
@@ -1,50 +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
-
-if ENABLE_NETWORK_OLK
-NETWORK_DIRS = NetworkOLK
-else
-NETWORK_DIRS =
-endif
-
 SUBDIRS = \
         Include \
         Aircraft \
         Airports \
-        ATC \
+       ATC \
+        ATCDCL \
         Autopilot \
         Cockpit \
-        Controls \
+        Environment \
         FDM \
         GUI \
         Input \
        Instrumentation \
         Model \
+       AIModel \
         Navaids \
         Network \
-       $(MPLAYER_DIRS) \
-        $(NETWORK_DIRS) \
-        Objects \
-       Replay \
+       MultiPlayer \
         Scenery \
-        $(SCRIPTING_DIRS) \
+       Scripting \
         Sound \
         Systems \
         Time \
-        $(WEATHER_DIR) \
+       Traffic \
         Main