]> 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 4eb53621fdc069c8a8b22ceed10369935d39d17d..36b04f3d006e1302ae287568e8330c14081173d5 100644 (file)
@@ -1,6 +1,7 @@
 noinst_LIBRARIES = libScripting.a
 
-libScripting_a_SOURCES = NasalSys.cxx NasalSys.hxx
-# 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