]> 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 77845fe449ee2e7f7a4b6f06864c6402342587c7..b36ab8355f92760262267849ba26c62a4c835595 100644 (file)
@@ -13,6 +13,7 @@ include_HEADERS = \
        persparam.hxx \
        placement.hxx \
        CheckSceneryVisitor.hxx \
+       ConditionNode.hxx \
        SGClipGroup.hxx \
        SGInteractionAnimation.hxx \
        SGMaterialAnimation.hxx \
@@ -22,10 +23,12 @@ include_HEADERS = \
        SGReaderWriterXMLOptions.hxx \
        SGRotateTransform.hxx \
        SGScaleTransform.hxx \
-       SGTranslateTransform.hxx
+       SGTranslateTransform.hxx \
+       SGText.hxx
 
 libsgmodel_a_SOURCES = \
        animation.cxx \
+       BoundingVolumeBuildVisitor.hxx \
        particles.cxx \
        model.cxx \
        modellib.cxx \
@@ -34,6 +37,7 @@ libsgmodel_a_SOURCES = \
        placement.cxx \
        shadanim.cxx \
        CheckSceneryVisitor.cxx \
+       ConditionNode.cxx \
        SGClipGroup.cxx \
        SGInteractionAnimation.cxx \
        SGMaterialAnimation.cxx \
@@ -42,6 +46,7 @@ libsgmodel_a_SOURCES = \
        SGReaderWriterXML.cxx \
        SGRotateTransform.cxx \
        SGScaleTransform.cxx \
-       SGTranslateTransform.cxx
+       SGTranslateTransform.cxx \
+       SGText.cxx
 
 INCLUDES = -I$(top_srcdir)