]> git.mxchange.org Git - simgear.git/blobdiff - simgear/nasal/Makefile.am
implement a round-robin scheme for random objects to make sure the same type of objec...
[simgear.git] / simgear / nasal / Makefile.am
index 8fbfe5618a8241ee259716679a429575fa190476..b83d473fd7030800af8241d1977aedd00025a79d 100644 (file)
@@ -2,18 +2,12 @@ includedir = @includedir@/nasal
 
 lib_LIBRARIES = libsgnasal.a
 
-include_HEADERS = nasal.h
+include_HEADERS = nasal.h naref.h
 
-libsgnasal_a_SOURCES = \
-       code.c \
-       codegen.c \
-       debug.c \
-       gc.c \
-       hash.c \
-       lex.c \
-       lib.c \
-       mathlib.c \
-       misc.c \
-       parse.c \
-       string.c \
-       vector.c
+libsgnasal_a_SOURCES = bitslib.c code.c code.h codegen.c data.h gc.c   \
+                       hash.c iolib.c iolib.h lex.c lib.c mathlib.c    \
+                       misc.c naref.h nasal.h parse.c parse.h string.c \
+                       thread-posix.c thread-win32.c threadlib.c       \
+                       utf8lib.c vector.c
+
+INCLUDES = -I$(top_srcdir)