]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/Makefile.am
OSG Reader and Writer for BTG files
[simgear.git] / simgear / scene / tgdb / Makefile.am
index aae63218a63feb9a7f65b5ffe32977200e26747a..e66569893b5fc0e7401690f7b542761c08fb2bc7 100644 (file)
@@ -6,12 +6,26 @@ noinst_HEADERS =
 
 include_HEADERS = \
        apt_signs.hxx \
-       leaf.hxx \
-       pt_lights.hxx
+       obj.hxx \
+       pt_lights.hxx \
+       userdata.hxx \
+       SGOceanTile.hxx \
+       SGVasiDrawable.hxx \
+       SGDirectionalLightBin.hxx \
+       SGLightBin.hxx \
+       SGOceanTile.hxx \
+       SGReaderWriterBTGOptions.hxx \
+       SGTexturedTriangleBin.hxx \
+       SGTriangleBin.hxx \
+       SGVertexArrayBin.hxx
 
 libsgtgdb_a_SOURCES = \
        apt_signs.cxx \
-       leaf.cxx \
-       pt_lights.cxx
+       obj.cxx \
+       pt_lights.cxx \
+       userdata.cxx \
+       SGOceanTile.cxx \
+       SGReaderWriterBTG.cxx \
+       SGVasiDrawable.cxx
 
 INCLUDES = -I$(top_srcdir)