]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tgdb/Makefile.am
bdc8cf5378e83f8bbf3dfea6f941f4e3b843a6c7
[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         obj.hxx \
11         pt_lights.hxx \
12         userdata.hxx \
13         vasi.hxx
14
15 libsgtgdb_a_SOURCES = \
16         apt_signs.cxx \
17         leaf.cxx \
18         obj.cxx \
19         pt_lights.cxx \
20         userdata.cxx
21
22 INCLUDES = -I$(top_srcdir)