]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
The code to find the highest hit below you didn't work quite right when
[flightgear.git] / src / Makefile.am
index 10470774c1a878211f81e15417eef8b7a018a211..c2bfba177e39c55c6cdeea5e07330c7eecf76891 100644 (file)
@@ -16,18 +16,6 @@ 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 \
@@ -44,8 +32,6 @@ SUBDIRS = \
         Navaids \
         Network \
        $(MPLAYER_DIRS) \
-       $(MSERVER_DIRS) \
-        $(NETWORK_DIRS) \
         Objects \
        Replay \
         Scenery \