]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/Makefile.am
simgear/scene/sky/sky.cxx: Include sg_inlines.h with simgear/ prefix as all other...
[simgear.git] / simgear / scene / tgdb / Makefile.am
index 39513c3383f86098858882d89bdb7ed85415c7d6..3d05b272e67cdfccb6d5312e131b3e9c82d96688 100644 (file)
@@ -6,14 +6,38 @@ noinst_HEADERS =
 
 include_HEADERS = \
        apt_signs.hxx \
-       leaf.hxx \
+       obj.hxx \
        pt_lights.hxx \
-       userdata.hxx
+       userdata.hxx \
+       ReaderWriterSTG.hxx \
+       SGVasiDrawable.hxx \
+       SGDirectionalLightBin.hxx \
+       SGLightBin.hxx \
+       SGOceanTile.hxx \
+       SGReaderWriterBTG.hxx \
+       SGReaderWriterBTGOptions.hxx \
+       SGTexturedTriangleBin.hxx \
+       SGTriangleBin.hxx \
+       SGVertexArrayBin.hxx \
+       GroundLightManager.hxx \
+       ShaderGeometry.hxx \
+       TileCache.hxx \
+       TileEntry.hxx
 
 libsgtgdb_a_SOURCES = \
        apt_signs.cxx \
-       leaf.cxx \
+       obj.cxx \
        pt_lights.cxx \
-       userdata.cxx
+       userdata.cxx \
+       ReaderWriterSTG.cxx \
+       SGOceanTile.cxx \
+       SGReaderWriterBTG.cxx SGReaderWriterBTG.hxx \
+       SGVasiDrawable.cxx \
+       GroundLightManager.cxx \
+       SGModelBin.hxx \
+       ShaderGeometry.cxx \
+       TileCache.cxx \
+       TileEntry.cxx \
+       TreeBin.cxx TreeBin.hxx
 
 INCLUDES = -I$(top_srcdir)