]> 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 ba84d64872f1c6889bb88fbc61ac1a5fea21c055..c0baac3c19d4a8d54c060c453983af2efe0222cb 100644 (file)
@@ -1,13 +1,7 @@
-if ENABLE_WEATHERCM
-WEATHER_DIR = WeatherCM
+if ENABLE_MPLAYER_AS
+MPLAYER_DIRS = MultiPlayer
 else
-WEATHER_DIR = Environment
-endif
-
-if ENABLE_NETWORK_OLK
-NETWORK_DIRS = Network NetworkOLK
-else
-NETWORK_DIRS = Network
+MPLAYER_DIRS =
 endif
 
 SUBDIRS = \
@@ -18,16 +12,22 @@ SUBDIRS = \
         Autopilot \
         Cockpit \
         Controls \
+        Environment \
         FDM \
         GUI \
         Input \
+       Instrumentation \
         Model \
+       AIModel \
         Navaids \
-        $(NETWORK_DIRS) \
+        Network \
+       $(MPLAYER_DIRS) \
         Objects \
+       Replay \
         Scenery \
+       Scripting \
         Sound \
         Systems \
         Time \
-        $(WEATHER_DIR) \
+       Traffic \
         Main