]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/Makefile.am
Improove bounding volume building in the scenery loading process.
[simgear.git] / simgear / scene / model / Makefile.am
index d3eaff3f7998bff72e328d11f546c52c471b9d96..82108d5a82cdb0866c17804f320c272859b782cc 100644 (file)
@@ -6,25 +6,42 @@ noinst_HEADERS =
 
 include_HEADERS = \
        animation.hxx \
-       location.hxx \
+       particles.hxx \
        model.hxx \
        modellib.hxx \
+       ModelRegistry.hxx \
        persparam.hxx \
        placement.hxx \
        placementtrans.hxx \
+       CheckSceneryVisitor.hxx \
+       SGClipGroup.hxx \
        SGMaterialAnimation.hxx \
-       SGOffsetTransform.hxx
+       SGOffsetTransform.hxx \
+       SGPagedLOD.hxx \
+       SGReaderWriterXML.hxx \
+       SGReaderWriterXMLOptions.hxx \
+       SGRotateTransform.hxx \
+       SGScaleTransform.hxx \
+       SGTranslateTransform.hxx
 
 libsgmodel_a_SOURCES = \
        animation.cxx \
-       location.cxx \
+       particles.cxx \
        model.cxx \
        modellib.cxx \
+       ModelRegistry.cxx \
        persparam.cxx \
        placement.cxx \
        placementtrans.cxx \
        shadanim.cxx \
+       CheckSceneryVisitor.cxx \
+       SGClipGroup.cxx \
        SGMaterialAnimation.cxx \
-       SGOffsetTransform.cxx
+       SGOffsetTransform.cxx \
+       SGPagedLOD.cxx \
+       SGReaderWriterXML.cxx \
+       SGRotateTransform.cxx \
+       SGScaleTransform.cxx \
+       SGTranslateTransform.cxx
 
 INCLUDES = -I$(top_srcdir)