]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/util/Makefile.am
Use osg's builtin mechanisms to traverse only in range nodes with the
[simgear.git] / simgear / scene / util / Makefile.am
index 121900a5dc9ad0019f89084030444d248a8c8e30..567ec69708dbd9c223f6da3c72775e7cc833f43c 100644 (file)
@@ -14,6 +14,8 @@ include_HEADERS = \
        SGStateAttributeVisitor.hxx \
        SGTextureStateAttributeVisitor.hxx \
        SGUpdateVisitor.hxx \
+       NodeAndDrawableVisitor.hxx \
+       PrimitiveUtils.hxx \
        QuadTreeBuilder.hxx \
        RenderConstants.hxx \
        StateAttributeFactory.hxx \
@@ -26,6 +28,8 @@ libsgutil_a_SOURCES = \
        SGSceneUserData.cxx \
        SGStateAttributeVisitor.cxx \
        SGTextureStateAttributeVisitor.cxx \
+       NodeAndDrawableVisitor.cxx \
+       PrimitiveUtils.cxx \
        StateAttributeFactory.cxx \
        QuadTreeBuilder.cxx