]> git.mxchange.org Git - flightgear.git/blob - src/Scripting/Makefile.am
Updates for newest scenery build.
[flightgear.git] / src / Scripting / Makefile.am
1 noinst_LIBRARIES = libScripting.a
2
3 libScripting_a_SOURCES = \
4         NasalSys.cxx NasalSys.hxx \
5         NasalDisplay.cxx NasalDisplay.hxx \
6         nasal-props.cxx
7
8 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src