]> git.mxchange.org Git - simgear.git/blob - simgear/scene/model/Makefile.am
Moved to SimGear from FlightGear/src/Model/
[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 = animation.hxx location.hxx
8
9 libsgmodel_a_SOURCES = animation.cxx location.cxx
10
11 INCLUDES = -I$(top_srcdir)