]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Frederic Bouvier:
[simgear.git] / simgear / scene / model / Makefile.am
1 includedir = @includedir@/scene/model
2
3 lib_LIBRARIES = libsgmodel.a
4
5 noinst_HEADERS =
6
7 include_HEADERS = \
8         animation.hxx \
9         location.hxx \
10         model.hxx \
11         modellib.hxx \
12         placement.hxx
13
14 libsgmodel_a_SOURCES = \
15         animation.cxx \
16         location.cxx \
17         model.cxx \
18         modellib.cxx \
19         placement.cxx
20
21 INCLUDES = -I$(top_srcdir)