]> git.mxchange.org Git - simgear.git/blob - simgear/scene/material/Makefile.am
Moved fgfs_src/Object/newmat.[ch]xx and fgfs_src/Object/matlib.[ch]xx into
[simgear.git] / simgear / scene / material / Makefile.am
1 includedir = @includedir@/scene/material
2
3 lib_LIBRARIES = libsgmaterial.a
4
5 noinst_HEADERS =
6
7 include_HEADERS = \
8         mat.hxx \
9         matlib.hxx
10
11 libsgmaterial_a_SOURCES = \
12         mat.cxx \
13         matlib.cxx
14
15 INCLUDES = -I$(top_srcdir)