]> git.mxchange.org Git - simgear.git/blobdiff - simgear/nasal/Makefile.am
Cygwin fixes.
[simgear.git] / simgear / nasal / Makefile.am
index 20d26230fb38634f25c6191409ffce2fe9ba64fe..5f6461c8576265f71d4b1c4621ea61566beea0b6 100644 (file)
@@ -8,7 +8,6 @@ libsgnasal_a_SOURCES = \
        code.c code.h \
        codegen.c \
         data.h \
-       debug.c \
        gc.c \
        hash.c \
        lex.c \
@@ -18,6 +17,8 @@ libsgnasal_a_SOURCES = \
        nasal.h \
        parse.c parse.h \
        string.c \
-       vector.c
+       vector.c \
+       thread-posix.c \
+       thread-win32.c
 
 INCLUDES = -I$(top_srcdir)