From 3efab8ddb8960d99499622d9ca71d654f03d05d2 Mon Sep 17 00:00:00 2001 From: frohlich Date: Sun, 1 Mar 2009 16:08:30 +0000 Subject: [PATCH] Link with the bvh library. It is used from simgear up t o now. Modified Files: src/Main/Makefile.am --- src/Main/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) \ -- 2.39.5