]> 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 d88af9347d08c9fa2a49669cbebeb127558d7342..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,6 +44,7 @@ SUBDIRS = \
         Navaids \
         Network \
        $(MPLAYER_DIRS) \
+       $(MSERVER_DIRS) \
         $(NETWORK_DIRS) \
         Objects \
        Replay \