]> 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 e2eceacfc8527f0f3f253ab1054a43a3cccc9bb8..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,6 +33,7 @@ SUBDIRS = \
         $(NETWORK_DIRS) \
         Objects \
         Scenery \
+        $(SCRIPTING_DIRS) \
         Sound \
         Systems \
         Time \