]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/Makefile.am
support osgText in models. See docs/README.osgtext for details
[simgear.git] / simgear / scene / model / Makefile.am
index acdd4716368e3f1d69698541906491d8ffe929f5..e5fac33f3f2cdebce359e485e99c54c959fc2250 100644 (file)
@@ -6,27 +6,44 @@ 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 \
+       particles.cxx \
        model.cxx \
        modellib.cxx \
-       personality.cxx \
+       ModelRegistry.cxx \
        persparam.cxx \
        placement.cxx \
-       placementtrans.cxx \
-       shadowvolume.cxx \
-       shadanim.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)