]> git.mxchange.org Git - simgear.git/blob - simgear/nasal/Makefile.am
Clamp pitch values rather than just dumping an error message.
[simgear.git] / simgear / nasal / Makefile.am
1 includedir = @includedir@/nasal
2
3 lib_LIBRARIES = libsgnasal.a
4
5 include_HEADERS = nasal.h
6
7 libsgnasal_a_SOURCES = \
8         code.c code.h \
9         codegen.c \
10         data.h \
11         debug.c \
12         gc.c \
13         hash.c \
14         lex.c \
15         lib.c \
16         mathlib.c \
17         misc.c \
18         nasal.h \
19         parse.c parse.h \
20         string.c \
21         vector.c
22
23 INCLUDES = -I$(top_srcdir)