]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Comment out timing calls, but leave them there for future timing experiments.
[flightgear.git] / src / Makefile.am
index ba84d64872f1c6889bb88fbc61ac1a5fea21c055..c2bfba177e39c55c6cdeea5e07330c7eecf76891 100644 (file)
@@ -4,10 +4,16 @@ 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 = \
@@ -21,11 +27,15 @@ SUBDIRS = \
         FDM \
         GUI \
         Input \
+       Instrumentation \
         Model \
         Navaids \
-        $(NETWORK_DIRS) \
+        Network \
+       $(MPLAYER_DIRS) \
         Objects \
+       Replay \
         Scenery \
+        $(SCRIPTING_DIRS) \
         Sound \
         Systems \
         Time \