]> 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 bdc8cf5378e83f8bbf3dfea6f941f4e3b843a6c7..e66569893b5fc0e7401690f7b542761c08fb2bc7 100644 (file)
@@ -6,17 +6,26 @@ noinst_HEADERS =
 
 include_HEADERS = \
        apt_signs.hxx \
-       leaf.hxx \
        obj.hxx \
        pt_lights.hxx \
        userdata.hxx \
-       vasi.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 \
        obj.cxx \
        pt_lights.cxx \
-       userdata.cxx
+       userdata.cxx \
+       SGOceanTile.cxx \
+       SGReaderWriterBTG.cxx \
+       SGVasiDrawable.cxx
 
 INCLUDES = -I$(top_srcdir)