]> git.mxchange.org Git - simgear.git/commitdiff
rename libnasal.a to libsgnasal.a to match the existing SimGear library
authorcurt <curt>
Tue, 25 Nov 2003 22:49:02 +0000 (22:49 +0000)
committercurt <curt>
Tue, 25 Nov 2003 22:49:02 +0000 (22:49 +0000)
naming convention.

simgear/nasal/Makefile.am

index bf7fbc24c39606894082ff56217409f51122a33b..8fbfe5618a8241ee259716679a429575fa190476 100644 (file)
@@ -1,10 +1,10 @@
 includedir = @includedir@/nasal
 
-lib_LIBRARIES = libnasal.a
+lib_LIBRARIES = libsgnasal.a
 
 include_HEADERS = nasal.h
 
-libnasal_a_SOURCES = \
+libsgnasal_a_SOURCES = \
        code.c \
        codegen.c \
        debug.c \