]> 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 77845fe449ee2e7f7a4b6f06864c6402342587c7..7a3f4cfad55e0a080ac08b115c324b5820854083 100644 (file)
@@ -22,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 \
@@ -42,6 +44,7 @@ libsgmodel_a_SOURCES = \
        SGReaderWriterXML.cxx \
        SGRotateTransform.cxx \
        SGScaleTransform.cxx \
-       SGTranslateTransform.cxx
+       SGTranslateTransform.cxx \
+       SGText.cxx
 
 INCLUDES = -I$(top_srcdir)