]> git.mxchange.org Git - flightgear.git/blob - src/Scripting/Makefile.am
Forgot to implment the Node.getChild(name, index) form of the function
[flightgear.git] / src / Scripting / Makefile.am
1 noinst_LIBRARIES = libScripting.a
2
3 libScripting_a_SOURCES = NasalSys.cxx NasalSys.hxx nasal-props.cxx
4 # libScripting_a_SOURCES = scriptmgr.cxx scriptmgr.hxx NasalSys.cxx NasalSys.hxx
5
6 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src