]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/bvh/Makefile.am
Fixes for headless mode.
[simgear.git] / simgear / scene / bvh / Makefile.am
index c880a313ba87b42683891d2c3ab7184168ced22e..2e5389cb501759fb9969f18dce60cc0aedf0264c 100644 (file)
@@ -4,7 +4,11 @@ check_PROGRAMS  = bvhtest
 TESTS           = $(check_PROGRAMS)
 
 bvhtest_SOURCES = bvhtest.cxx
-bvhtest_LDADD = libsgbvh.a -lsgstructure -lsgmath $(base_LIBS)
+bvhtest_LDADD = libsgbvh.a \
+       $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(base_LIBS)
+
 
 lib_LIBRARIES = libsgbvh.a