]> git.mxchange.org Git - simgear.git/blobdiff - simgear/nasal/Makefile.am
Cygwin fixes.
[simgear.git] / simgear / nasal / Makefile.am
index 8fbfe5618a8241ee259716679a429575fa190476..5f6461c8576265f71d4b1c4621ea61566beea0b6 100644 (file)
@@ -5,15 +5,20 @@ lib_LIBRARIES = libsgnasal.a
 include_HEADERS = nasal.h
 
 libsgnasal_a_SOURCES = \
-       code.c \
+       code.c code.h \
        codegen.c \
-       debug.c \
+        data.h \
        gc.c \
        hash.c \
        lex.c \
        lib.c \
        mathlib.c \
        misc.c \
-       parse.c \
+       nasal.h \
+       parse.c parse.h \
        string.c \
-       vector.c
+       vector.c \
+       thread-posix.c \
+       thread-win32.c
+
+INCLUDES = -I$(top_srcdir)