X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Ftgdb%2FMakefile.am;h=e66569893b5fc0e7401690f7b542761c08fb2bc7;hb=7aa6fd479da920a6eb95f4b7da2010906928b619;hp=bdc8cf5378e83f8bbf3dfea6f941f4e3b843a6c7;hpb=a43f5c8d21e957e96c019d91b9a8afd19e5008d1;p=simgear.git diff --git a/simgear/scene/tgdb/Makefile.am b/simgear/scene/tgdb/Makefile.am index bdc8cf53..e6656989 100644 --- a/simgear/scene/tgdb/Makefile.am +++ b/simgear/scene/tgdb/Makefile.am @@ -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)