]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tgdb/Makefile.am
Memory leak fixes from Till Busch
[simgear.git] / simgear / scene / tgdb / Makefile.am
1 includedir = @includedir@/scene/tgdb
2
3 lib_LIBRARIES = libsgtgdb.a
4
5 noinst_HEADERS =
6
7 include_HEADERS = \
8         apt_signs.hxx \
9         obj.hxx \
10         pt_lights.hxx \
11         userdata.hxx \
12         SGOceanTile.hxx \
13         SGVasiDrawable.hxx \
14         SGDirectionalLightBin.hxx \
15         SGLightBin.hxx \
16         SGOceanTile.hxx \
17         SGReaderWriterBTGOptions.hxx \
18         SGTexturedTriangleBin.hxx \
19         SGTriangleBin.hxx \
20         SGVertexArrayBin.hxx \
21         GroundLightManager.hxx
22
23 libsgtgdb_a_SOURCES = \
24         apt_signs.cxx \
25         obj.cxx \
26         pt_lights.cxx \
27         userdata.cxx \
28         SGOceanTile.cxx \
29         SGReaderWriterBTG.cxx \
30         SGVasiDrawable.cxx \
31         GroundLightManager.cxx
32
33 INCLUDES = -I$(top_srcdir)