]> 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 10470774c1a878211f81e15417eef8b7a018a211..74a44e7f9c19e75d341a9132cc0893cbdf03af02 100644 (file)
@@ -4,30 +4,12 @@ else
 WEATHER_DIR = Environment
 endif
 
-if HAVE_PLIB_PSL
-SCRIPTING_DIRS = Scripting
-else
-SCRIPTING_DIRS =
-endif
-
 if ENABLE_MPLAYER_AS
 MPLAYER_DIRS = MultiPlayer
 else
 MPLAYER_DIRS =
 endif
 
-if ENABLE_MSERVER_AS
-MSERVER_DIRS = Server
-else
-MSERVER_DIRS =
-endif
-
-if ENABLE_NETWORK_OLK
-NETWORK_DIRS = NetworkOLK
-else
-NETWORK_DIRS =
-endif
-
 SUBDIRS = \
         Include \
         Aircraft \
@@ -41,15 +23,14 @@ SUBDIRS = \
         Input \
        Instrumentation \
         Model \
+       AIModel \
         Navaids \
         Network \
        $(MPLAYER_DIRS) \
-       $(MSERVER_DIRS) \
-        $(NETWORK_DIRS) \
         Objects \
        Replay \
         Scenery \
-        $(SCRIPTING_DIRS) \
+       Scripting \
         Sound \
         Systems \
         Time \