]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/bvh/Makefile.am
hla: Provide a directly property based api for property data element.
[simgear.git] / simgear / scene / bvh / Makefile.am
index 0b1be9854f5b4316ba3229ed2b70d6e018b671a7..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
 
@@ -17,6 +21,7 @@ include_HEADERS = \
        BVHLineSegmentVisitor.hxx \
        BVHLineGeometry.hxx \
        BVHMotionTransform.hxx \
+       BVHNearestPointVisitor.hxx \
        BVHNode.hxx \
        BVHStaticBinary.hxx \
        BVHStaticData.hxx \