]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/Makefile.am
Merge branch 'timoore/aptsign' into next
[simgear.git] / simgear / scene / model / Makefile.am
index 3bf59ff06a66f0e3ab52952a7c8fa2c3e7f28850..7a3f4cfad55e0a080ac08b115c324b5820854083 100644 (file)
@@ -14,6 +14,7 @@ include_HEADERS = \
        placement.hxx \
        CheckSceneryVisitor.hxx \
        SGClipGroup.hxx \
+       SGInteractionAnimation.hxx \
        SGMaterialAnimation.hxx \
        SGOffsetTransform.hxx \
        SGPagedLOD.hxx \
@@ -21,10 +22,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,12 +37,14 @@ libsgmodel_a_SOURCES = \
        shadanim.cxx \
        CheckSceneryVisitor.cxx \
        SGClipGroup.cxx \
+       SGInteractionAnimation.cxx \
        SGMaterialAnimation.cxx \
        SGOffsetTransform.cxx \
        SGPagedLOD.cxx \
        SGReaderWriterXML.cxx \
        SGRotateTransform.cxx \
        SGScaleTransform.cxx \
-       SGTranslateTransform.cxx
+       SGTranslateTransform.cxx \
+       SGText.cxx
 
 INCLUDES = -I$(top_srcdir)