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