X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Ftgdb%2FMakefile.am;h=7c0a7fa3243518102cbed1548701867c89fca99f;hb=4b63bc051e701835a12f6f1eca5437b6abd58593;hp=6eba2549a029f0875e07141ce6e4399687f51806;hpb=a098ba5e79e281aa6f5438f943e300eed0691f0b;p=simgear.git diff --git a/simgear/scene/tgdb/Makefile.am b/simgear/scene/tgdb/Makefile.am index 6eba2549..7c0a7fa3 100644 --- a/simgear/scene/tgdb/Makefile.am +++ b/simgear/scene/tgdb/Makefile.am @@ -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)