]> 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 ce31e6ebb9789f6ef74c93671d887becf4e05a27..10470774c1a878211f81e15417eef8b7a018a211 100644 (file)
@@ -16,6 +16,12 @@ else
 MPLAYER_DIRS =
 endif
 
+if ENABLE_MSERVER_AS
+MSERVER_DIRS = Server
+else
+MSERVER_DIRS =
+endif
+
 if ENABLE_NETWORK_OLK
 NETWORK_DIRS = NetworkOLK
 else
@@ -38,8 +44,10 @@ SUBDIRS = \
         Navaids \
         Network \
        $(MPLAYER_DIRS) \
+       $(MSERVER_DIRS) \
         $(NETWORK_DIRS) \
         Objects \
+       Replay \
         Scenery \
         $(SCRIPTING_DIRS) \
         Sound \