]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Get rid of the double comma's for the file section of the generic protocol also.
[flightgear.git] / src / Makefile.am
index d324d32e165822b6e4a94fb9c35664cf4a0c706f..c0baac3c19d4a8d54c060c453983af2efe0222cb 100644 (file)
@@ -1,9 +1,3 @@
-if ENABLE_WEATHERCM
-WEATHER_DIR = WeatherCM
-else
-WEATHER_DIR = Environment
-endif
-
 if ENABLE_MPLAYER_AS
 MPLAYER_DIRS = MultiPlayer
 else
@@ -18,11 +12,13 @@ SUBDIRS = \
         Autopilot \
         Cockpit \
         Controls \
+        Environment \
         FDM \
         GUI \
         Input \
        Instrumentation \
         Model \
+       AIModel \
         Navaids \
         Network \
        $(MPLAYER_DIRS) \
@@ -33,5 +29,5 @@ SUBDIRS = \
         Sound \
         Systems \
         Time \
-        $(WEATHER_DIR) \
+       Traffic \
         Main