From: curt Date: Tue, 25 Nov 2003 22:50:17 +0000 (+0000) Subject: libnasal.a renamed to libsgnasal.a X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0cdbf86578897e8206811fae7d9032e8980d6953;p=flightgear.git libnasal.a renamed to libsgnasal.a --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index a14582f9b..73986c829 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -86,7 +86,8 @@ fgfs_LDADD = \ $(CLOUD3D_LIBS) \ -lsgroute -lsgsky -lsgsound -lsgephem -lsgmaterial -lsgtgdb -lsgmodel \ -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops -lsgdebug \ - -lsgmagvar -lsgmisc -lnasal -lsgxml -lsgsound -lsgserial -lsgstructure \ + -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ + -lsgstructure \ $(THREAD_LIBS) \ -lplibpu -lplibfnt -lplibjs -lplibnet -lplibssg -lplibsg -lplibul \ $(network_LIBS) \