]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
ignore resets for now because every z/Z key press would trigger a call to NOAA. We...
[flightgear.git] / src / Makefile.am
index 0aa54451b9166ede1f34b3c0cf105dc7b89d710e..74a44e7f9c19e75d341a9132cc0893cbdf03af02 100644 (file)
@@ -4,10 +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
+MPLAYER_DIRS =
 endif
 
 SUBDIRS = \
@@ -23,11 +23,14 @@ SUBDIRS = \
         Input \
        Instrumentation \
         Model \
+       AIModel \
         Navaids \
-        $(NETWORK_DIRS) \
+        Network \
+       $(MPLAYER_DIRS) \
         Objects \
+       Replay \
         Scenery \
-        Scripting \
+       Scripting \
         Sound \
         Systems \
         Time \