From: frohlich Date: Tue, 31 Oct 2006 06:19:53 +0000 (+0000) Subject: Modified Files: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c53eef58e4b91037897de13f8fa7e2919c794459;p=flightgear.git Modified Files: src/Main/Makefile.am: now we need libsgutil ... --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index d8448015b..0fa1dd6d9 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -94,8 +94,8 @@ fgfs_LDADD = \ $(top_builddir)/src/Traffic/libTraffic.a \ $(top_builddir)/src/Environment/libEnvironment.a \ -lsgroute -lsgsky -lsgsound -lsgephem -lsgmaterial -lsgtgdb -lsgmodel \ - -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops -lsgdebug \ - -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ + -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops \ + -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ -lsgstructure -lsgenvironment \ -lplibpuaux -lplibpu -lplibfnt -lplibjs -lplibnet \ -lplibsg -lplibul \