]> git.mxchange.org Git - simgear.git/blob - simgear/scene/tgdb/Makefile.am
Clean up a class renaming mistake.
[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
14 libsgtgdb_a_SOURCES = \
15         apt_signs.cxx \
16         leaf.cxx \
17         obj.cxx \
18         pt_lights.cxx \
19         userdata.cxx
20
21 INCLUDES = -I$(top_srcdir)