]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Add David Culp's AI model manager code which is derived from David Luff's AI/ATC...
[flightgear.git] / src / Makefile.am
index e820a20c0d7c7459018cd5cef52b4b34667b081d..74a44e7f9c19e75d341a9132cc0893cbdf03af02 100644 (file)
@@ -4,16 +4,10 @@ else
 WEATHER_DIR = Environment
 endif
 
-if ENABLE_NETWORK_OLK
-NETWORK_DIRS = Network NetworkOLK
+if ENABLE_MPLAYER_AS
+MPLAYER_DIRS = MultiPlayer
 else
-NETWORK_DIRS = Network
-endif
-
-if HAVE_PLIB_PSL
-SCRIPTING_DIRS = Scripting
-else
-SCRIPTING_DIRS =
+MPLAYER_DIRS =
 endif
 
 SUBDIRS = \
@@ -29,11 +23,14 @@ SUBDIRS = \
         Input \
        Instrumentation \
         Model \
+       AIModel \
         Navaids \
-        $(NETWORK_DIRS) \
+        Network \
+       $(MPLAYER_DIRS) \
         Objects \
+       Replay \
         Scenery \
-        $(SCRIPTING_DIRS) \
+       Scripting \
         Sound \
         Systems \
         Time \