From: frohlich Date: Sun, 1 Mar 2009 16:08:30 +0000 (+0000) Subject: Link with the bvh library. It is used from simgear up t o now. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3efab8ddb8960d99499622d9ca71d654f03d05d2;p=flightgear.git Link with the bvh library. It is used from simgear up t o now. Modified Files: src/Main/Makefile.am --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index f05cc2ca9..32244c9fe 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -94,10 +94,10 @@ fgfs_LDADD = \ $(top_builddir)/src/Time/libTime.a \ $(top_builddir)/src/Traffic/libTraffic.a \ $(top_builddir)/src/Environment/libEnvironment.a \ - -lsgroute -lsgsky -lsgsound -lsgephem -lsgmaterial -lsgtgdb -lsgmodel \ - -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops \ - -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ - -lsgstructure -lsgenvironment \ + -lsgroute -lsgsky -lsgsound -lsgephem -lsgtgdb -lsgmodel -lsgbvh \ + -lsgmaterial -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket \ + -lsgprops -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound \ + -lsgserial -lsgstructure -lsgenvironment \ -lplibpuaux -lplibpu -lplibfnt -lplibjs -lplibnet \ -lplibsg -lplibul \ $(OSG_LIBS) \