]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Because the new code is a stub, it really ought to be doing nothing, not even print...
[flightgear.git] / src / Makefile.am
index 74a44e7f9c19e75d341a9132cc0893cbdf03af02..39b081ac151c84d4530f78af7f9d545778c94321 100644 (file)
@@ -1,23 +1,19 @@
-if ENABLE_WEATHERCM
-WEATHER_DIR = WeatherCM
+if ENABLE_ATCDCL
+ATCDCL_DIR = ATCDCL
 else
-WEATHER_DIR = Environment
+ATCDCL_DIR = 
 endif
 
-if ENABLE_MPLAYER_AS
-MPLAYER_DIRS = MultiPlayer
-else
-MPLAYER_DIRS =
-endif
 
 SUBDIRS = \
         Include \
         Aircraft \
         Airports \
-        ATC \
+       ATC \
+        $(ATCDCL_DIR) \
         Autopilot \
         Cockpit \
-        Controls \
+        Environment \
         FDM \
         GUI \
         Input \
@@ -26,13 +22,11 @@ SUBDIRS = \
        AIModel \
         Navaids \
         Network \
-       $(MPLAYER_DIRS) \
-        Objects \
-       Replay \
+       MultiPlayer \
         Scenery \
        Scripting \
         Sound \
         Systems \
         Time \
-        $(WEATHER_DIR) \
+       Traffic \
         Main