]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/Makefile.am
Improved tile cache priority scheme.
[simgear.git] / simgear / scene / model / Makefile.am
index e5fac33f3f2cdebce359e485e99c54c959fc2250..b36ab8355f92760262267849ba26c62a4c835595 100644 (file)
@@ -13,6 +13,7 @@ include_HEADERS = \
        persparam.hxx \
        placement.hxx \
        CheckSceneryVisitor.hxx \
+       ConditionNode.hxx \
        SGClipGroup.hxx \
        SGInteractionAnimation.hxx \
        SGMaterialAnimation.hxx \
@@ -27,6 +28,7 @@ include_HEADERS = \
 
 libsgmodel_a_SOURCES = \
        animation.cxx \
+       BoundingVolumeBuildVisitor.hxx \
        particles.cxx \
        model.cxx \
        modellib.cxx \
@@ -35,6 +37,7 @@ libsgmodel_a_SOURCES = \
        placement.cxx \
        shadanim.cxx \
        CheckSceneryVisitor.cxx \
+       ConditionNode.cxx \
        SGClipGroup.cxx \
        SGInteractionAnimation.cxx \
        SGMaterialAnimation.cxx \