]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tgdb/Makefile.am
Moved some low level scene graph construction code over to simgear/scene/tgdb/
[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         leaf.hxx \
10         pt_lights.hxx
11
12 libsgtgdb_a_SOURCES = \
13         apt_signs.cxx \
14         leaf.cxx \
15         pt_lights.cxx
16
17 INCLUDES = -I$(top_srcdir)