]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/Makefile.am
Fix crashes (activating the route-manager) with a default GPS.
[flightgear.git] / src / Scripting / Makefile.am
index 468e969d782fe03c9caa925de7cca4d1ecc6d540..36b04f3d006e1302ae287568e8330c14081173d5 100644 (file)
@@ -1,6 +1,7 @@
 noinst_LIBRARIES = libScripting.a
 
-libScripting_a_SOURCES = NasalSys.cxx NasalSys.hxx nasal-props.cxx
-# libScripting_a_SOURCES = scriptmgr.cxx scriptmgr.hxx NasalSys.cxx NasalSys.hxx
+libScripting_a_SOURCES = \
+       NasalSys.cxx NasalSys.hxx \
+       nasal-props.cxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src