]> 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 bf7fbc24c39606894082ff56217409f51122a33b..20d26230fb38634f25c6191409ffce2fe9ba64fe 100644 (file)
@@ -1,12 +1,13 @@
 includedir = @includedir@/nasal
 
-lib_LIBRARIES = libnasal.a
+lib_LIBRARIES = libsgnasal.a
 
 include_HEADERS = nasal.h
 
-libnasal_a_SOURCES = \
-       code.c \
+libsgnasal_a_SOURCES = \
+       code.c code.h \
        codegen.c \
+        data.h \
        debug.c \
        gc.c \
        hash.c \
@@ -14,6 +15,9 @@ libnasal_a_SOURCES = \
        lib.c \
        mathlib.c \
        misc.c \
-       parse.c \
+       nasal.h \
+       parse.c parse.h \
        string.c \
        vector.c
+
+INCLUDES = -I$(top_srcdir)