]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Constant-speed props were seeking to engine speed, not prop speed.
[flightgear.git] / src / Makefile.am
index 60a2d88d8ccad66a1f3049249ecdb4e70db63593..c0baac3c19d4a8d54c060c453983af2efe0222cb 100644 (file)
@@ -1,31 +1,33 @@
-if ENABLE_OLD_WEATHER
-WEATHER_DIR = Weather
+if ENABLE_MPLAYER_AS
+MPLAYER_DIRS = MultiPlayer
 else
-WEATHER_DIR = WeatherCM
-endif
-
-if ENABLE_NETWORK_OLK
-NETWORK_DIRS = Network NetworkOLK
-else
-NETWORK_DIRS = Network
+MPLAYER_DIRS =
 endif
 
 SUBDIRS = \
-       Include \
+        Include \
         Aircraft \
         Airports \
+        ATC \
         Autopilot \
-        Clouds \
         Cockpit \
         Controls \
-        Ephemeris \
+        Environment \
         FDM \
         GUI \
-        Joystick \
-        $(NETWORK_DIRS) \
+        Input \
+       Instrumentation \
+        Model \
+       AIModel \
+        Navaids \
+        Network \
+       $(MPLAYER_DIRS) \
         Objects \
+       Replay \
         Scenery \
-       Sky \
+       Scripting \
+        Sound \
+        Systems \
         Time \
-        $(WEATHER_DIR) \
+       Traffic \
         Main