]> git.mxchange.org Git - simgear.git/blobdiff - simgear/nasal/Makefile.am
Clamp pitch values rather than just dumping an error message.
[simgear.git] / simgear / nasal / Makefile.am
index 8fbfe5618a8241ee259716679a429575fa190476..20d26230fb38634f25c6191409ffce2fe9ba64fe 100644 (file)
@@ -5,8 +5,9 @@ lib_LIBRARIES = libsgnasal.a
 include_HEADERS = nasal.h
 
 libsgnasal_a_SOURCES = \
-       code.c \
+       code.c code.h \
        codegen.c \
+        data.h \
        debug.c \
        gc.c \
        hash.c \
@@ -14,6 +15,9 @@ libsgnasal_a_SOURCES = \
        lib.c \
        mathlib.c \
        misc.c \
-       parse.c \
+       nasal.h \
+       parse.c parse.h \
        string.c \
        vector.c
+
+INCLUDES = -I$(top_srcdir)