]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Multiplayer client/server system -- Message base class, "hello" message, and message...
[flightgear.git] / src / Makefile.am
index ba84d64872f1c6889bb88fbc61ac1a5fea21c055..10470774c1a878211f81e15417eef8b7a018a211 100644 (file)
@@ -4,10 +4,28 @@ 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 = Network NetworkOLK
+NETWORK_DIRS = NetworkOLK
 else
-NETWORK_DIRS = Network
+NETWORK_DIRS =
 endif
 
 SUBDIRS = \
@@ -21,11 +39,17 @@ SUBDIRS = \
         FDM \
         GUI \
         Input \
+       Instrumentation \
         Model \
         Navaids \
+        Network \
+       $(MPLAYER_DIRS) \
+       $(MSERVER_DIRS) \
         $(NETWORK_DIRS) \
         Objects \
+       Replay \
         Scenery \
+        $(SCRIPTING_DIRS) \
         Sound \
         Systems \
         Time \