]> 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 d05744c1eafa7a532184d0f601a2f4dbccc1aec9..7a3f4cfad55e0a080ac08b115c324b5820854083 100644 (file)
@@ -6,24 +6,45 @@ noinst_HEADERS =
 
 include_HEADERS = \
        animation.hxx \
-       custtrans.hxx \
-       location.hxx \
+       particles.hxx \
        model.hxx \
        modellib.hxx \
-       personality.hxx \
+       ModelRegistry.hxx \
+       persparam.hxx \
        placement.hxx \
-       placementtrans.hxx \
-       shadowvolume.hxx
+       CheckSceneryVisitor.hxx \
+       SGClipGroup.hxx \
+       SGInteractionAnimation.hxx \
+       SGMaterialAnimation.hxx \
+       SGOffsetTransform.hxx \
+       SGPagedLOD.hxx \
+       SGReaderWriterXML.hxx \
+       SGReaderWriterXMLOptions.hxx \
+       SGRotateTransform.hxx \
+       SGScaleTransform.hxx \
+       SGTranslateTransform.hxx \
+       SGText.hxx
 
 libsgmodel_a_SOURCES = \
        animation.cxx \
-       custtrans.cxx \
-       location.cxx \
+       BoundingVolumeBuildVisitor.hxx \
+       particles.cxx \
        model.cxx \
        modellib.cxx \
-       personality.cxx \
+       ModelRegistry.cxx \
+       persparam.cxx \
        placement.cxx \
-       placementtrans.cxx \
-       shadowvolume.cxx
+       shadanim.cxx \
+       CheckSceneryVisitor.cxx \
+       SGClipGroup.cxx \
+       SGInteractionAnimation.cxx \
+       SGMaterialAnimation.cxx \
+       SGOffsetTransform.cxx \
+       SGPagedLOD.cxx \
+       SGReaderWriterXML.cxx \
+       SGRotateTransform.cxx \
+       SGScaleTransform.cxx \
+       SGTranslateTransform.cxx \
+       SGText.cxx
 
 INCLUDES = -I$(top_srcdir)