]> git.mxchange.org Git - flightgear.git/blob - src/Scripting/Makefile.am
MSVC: ensure that HAVE_VERSION_H always has a value
[flightgear.git] / src / Scripting / Makefile.am
1 noinst_LIBRARIES = libScripting.a
2
3 libScripting_a_SOURCES = \
4         NasalSys.cxx NasalSys.hxx \
5         nasal-props.cxx
6
7 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src