]> 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 4eb53621fdc069c8a8b22ceed10369935d39d17d..63b1944efe4922b536e66c0c0ae326656706ec89 100644 (file)
@@ -1,6 +1,8 @@
 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 \
+       NasalDisplay.cxx NasalDisplay.hxx \
+       nasal-props.cxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src