]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Reported by cppcheck: fix a memory leak
[flightgear.git] / src / Makefile.am
index 7a668f4ee040d993b954e54dd33ba61e1e9dfd6e..178419eb064efa6da3bc520000cf51b19c288cd3 100644 (file)
@@ -1,17 +1,11 @@
-if ENABLE_MPLAYER_AS
-MPLAYER_DIRS = MultiPlayer
-else
-MPLAYER_DIRS =
-endif
-
 SUBDIRS = \
         Include \
         Aircraft \
         Airports \
-        ATC \
+       ATC \
+        ATCDCL \
         Autopilot \
         Cockpit \
-        Controls \
         Environment \
         FDM \
         GUI \
@@ -21,12 +15,11 @@ SUBDIRS = \
        AIModel \
         Navaids \
         Network \
-       $(MPLAYER_DIRS) \
-        Objects \
-       Replay \
+       MultiPlayer \
         Scenery \
        Scripting \
         Sound \
         Systems \
         Time \
+       Traffic \
         Main