]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
The code to find the highest hit below you didn't work quite right when
[flightgear.git] / src / Makefile.am
index c943eafd4ad40600567f7937b17a7994085aa9b0..c2bfba177e39c55c6cdeea5e07330c7eecf76891 100644 (file)
@@ -4,14 +4,20 @@ else
 WEATHER_DIR = Environment
 endif
 
-if ENABLE_NETWORK_OLK
-NETWORK_DIRS = Network NetworkOLK
+if HAVE_PLIB_PSL
+SCRIPTING_DIRS = Scripting
 else
-NETWORK_DIRS = Network
+SCRIPTING_DIRS =
+endif
+
+if ENABLE_MPLAYER_AS
+MPLAYER_DIRS = MultiPlayer
+else
+MPLAYER_DIRS =
 endif
 
 SUBDIRS = \
-       Include \
+        Include \
         Aircraft \
         Airports \
         ATC \
@@ -20,13 +26,18 @@ SUBDIRS = \
         Controls \
         FDM \
         GUI \
-       Input \
+        Input \
+       Instrumentation \
         Model \
-       Navaids \
-        $(NETWORK_DIRS) \
+        Navaids \
+        Network \
+       $(MPLAYER_DIRS) \
         Objects \
+       Replay \
         Scenery \
-       Sound \
+        $(SCRIPTING_DIRS) \
+        Sound \
+        Systems \
         Time \
         $(WEATHER_DIR) \
         Main