]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Because the new code is a stub, it really ought to be doing nothing, not even print...
[flightgear.git] / src / Makefile.am
index 178419eb064efa6da3bc520000cf51b19c288cd3..39b081ac151c84d4530f78af7f9d545778c94321 100644 (file)
@@ -1,9 +1,16 @@
+if ENABLE_ATCDCL
+ATCDCL_DIR = ATCDCL
+else
+ATCDCL_DIR = 
+endif
+
+
 SUBDIRS = \
         Include \
         Aircraft \
         Airports \
        ATC \
-        ATCDCL \
+        $(ATCDCL_DIR) \
         Autopilot \
         Cockpit \
         Environment \