]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Removes some references (in comments / disabled code) to Point3D
[flightgear.git] / src / Makefile.am
index 7a668f4ee040d993b954e54dd33ba61e1e9dfd6e..39b081ac151c84d4530f78af7f9d545778c94321 100644 (file)
@@ -1,17 +1,18 @@
-if ENABLE_MPLAYER_AS
-MPLAYER_DIRS = MultiPlayer
+if ENABLE_ATCDCL
+ATCDCL_DIR = ATCDCL
 else
-MPLAYER_DIRS =
+ATCDCL_DIR = 
 endif
 
+
 SUBDIRS = \
         Include \
         Aircraft \
         Airports \
-        ATC \
+       ATC \
+        $(ATCDCL_DIR) \
         Autopilot \
         Cockpit \
-        Controls \
         Environment \
         FDM \
         GUI \
@@ -21,12 +22,11 @@ SUBDIRS = \
        AIModel \
         Navaids \
         Network \
-       $(MPLAYER_DIRS) \
-        Objects \
-       Replay \
+       MultiPlayer \
         Scenery \
        Scripting \
         Sound \
         Systems \
         Time \
+       Traffic \
         Main