]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/Makefile.am
Random trees from Stuart Buchanan
[simgear.git] / simgear / scene / tgdb / Makefile.am
index 6eba2549a029f0875e07141ce6e4399687f51806..7c0a7fa3243518102cbed1548701867c89fca99f 100644 (file)
@@ -18,7 +18,8 @@ include_HEADERS = \
        SGTexturedTriangleBin.hxx \
        SGTriangleBin.hxx \
        SGVertexArrayBin.hxx \
-       GroundLightManager.hxx
+       GroundLightManager.hxx \
+       ShaderGeometry.hxx
 
 libsgtgdb_a_SOURCES = \
        apt_signs.cxx \
@@ -28,6 +29,8 @@ libsgtgdb_a_SOURCES = \
        SGOceanTile.cxx \
        SGReaderWriterBTG.cxx \
        SGVasiDrawable.cxx \
-       GroundLightManager.cxx
+       GroundLightManager.cxx \
+       ShaderGeometry.cxx \
+       TreeBin.cxx
 
 INCLUDES = -I$(top_srcdir)