]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scripting/Makefile.am
Add an srand() function to nasal (hooked into sg_srandom_time()).
[flightgear.git] / src / Scripting / Makefile.am
index 1d568bb8ed786b958a721a256ab28c2e77300ee4..63b1944efe4922b536e66c0c0ae326656706ec89 100644 (file)
@@ -1,5 +1,8 @@
 noinst_LIBRARIES = libScripting.a
 
-libScripting_a_SOURCES = scriptmgr.cxx scriptmgr.hxx
+libScripting_a_SOURCES = \
+       NasalSys.cxx NasalSys.hxx \
+       NasalDisplay.cxx NasalDisplay.hxx \
+       nasal-props.cxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src