]> 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 1d568bb8ed786b958a721a256ab28c2e77300ee4..36b04f3d006e1302ae287568e8330c14081173d5 100644 (file)
@@ -1,5 +1,7 @@
 noinst_LIBRARIES = libScripting.a
 
-libScripting_a_SOURCES = scriptmgr.cxx scriptmgr.hxx
+libScripting_a_SOURCES = \
+       NasalSys.cxx NasalSys.hxx \
+       nasal-props.cxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src