]> git.mxchange.org Git - flightgear.git/blobdiff - src/Makefile.am
Go back to the simpler arrangement syntax of a map of vectors.
[flightgear.git] / src / Makefile.am
index 0aa54451b9166ede1f34b3c0cf105dc7b89d710e..e820a20c0d7c7459018cd5cef52b4b34667b081d 100644 (file)
@@ -10,6 +10,12 @@ else
 NETWORK_DIRS = Network
 endif
 
+if HAVE_PLIB_PSL
+SCRIPTING_DIRS = Scripting
+else
+SCRIPTING_DIRS =
+endif
+
 SUBDIRS = \
         Include \
         Aircraft \
@@ -27,7 +33,7 @@ SUBDIRS = \
         $(NETWORK_DIRS) \
         Objects \
         Scenery \
-        Scripting \
+        $(SCRIPTING_DIRS) \
         Sound \
         Systems \
         Time \