1
0
Fork 0

Link with the bvh library. It is used from simgear up t o now.

Modified Files:
	src/Main/Makefile.am
This commit is contained in:
frohlich 2009-03-01 16:08:30 +00:00 committed by Tim Moore
parent 321706a007
commit 3efab8ddb8

View file

@ -94,10 +94,10 @@ fgfs_LDADD = \
$(top_builddir)/src/Time/libTime.a \ $(top_builddir)/src/Time/libTime.a \
$(top_builddir)/src/Traffic/libTraffic.a \ $(top_builddir)/src/Traffic/libTraffic.a \
$(top_builddir)/src/Environment/libEnvironment.a \ $(top_builddir)/src/Environment/libEnvironment.a \
-lsgroute -lsgsky -lsgsound -lsgephem -lsgmaterial -lsgtgdb -lsgmodel \ -lsgroute -lsgsky -lsgsound -lsgephem -lsgtgdb -lsgmodel -lsgbvh \
-lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket -lsgprops \ -lsgmaterial -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket \
-lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound -lsgserial \ -lsgprops -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound \
-lsgstructure -lsgenvironment \ -lsgserial -lsgstructure -lsgenvironment \
-lplibpuaux -lplibpu -lplibfnt -lplibjs -lplibnet \ -lplibpuaux -lplibpu -lplibfnt -lplibjs -lplibnet \
-lplibsg -lplibul \ -lplibsg -lplibul \
$(OSG_LIBS) \ $(OSG_LIBS) \