]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/Makefile.am
Add writeLocalData functions for internal scenegraph classes
[simgear.git] / simgear / scene / model / Makefile.am
index d3eaff3f7998bff72e328d11f546c52c471b9d96..e5fac33f3f2cdebce359e485e99c54c959fc2250 100644 (file)
@@ -6,25 +6,44 @@ 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 \
+       SGInteractionAnimation.hxx \
        SGMaterialAnimation.hxx \
-       SGOffsetTransform.hxx
+       SGOffsetTransform.hxx \
+       SGPagedLOD.hxx \
+       SGReaderWriterXML.hxx \
+       SGReaderWriterXMLOptions.hxx \
+       SGRotateTransform.hxx \
+       SGScaleTransform.hxx \
+       SGTranslateTransform.hxx \
+       SGText.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 \
+       SGInteractionAnimation.cxx \
        SGMaterialAnimation.cxx \
-       SGOffsetTransform.cxx
+       SGOffsetTransform.cxx \
+       SGPagedLOD.cxx \
+       SGReaderWriterXML.cxx \
+       SGRotateTransform.cxx \
+       SGScaleTransform.cxx \
+       SGTranslateTransform.cxx \
+       SGText.cxx
 
 INCLUDES = -I$(top_srcdir)