]> git.mxchange.org Git - simgear.git/blob - simgear/scene/util/Makefile.am
Modified Files:
[simgear.git] / simgear / scene / util / Makefile.am
1 includedir = @includedir@/scene/util
2
3 lib_LIBRARIES = libsgutil.a
4
5 noinst_HEADERS =
6
7 include_HEADERS = \
8         SGNodeMasks.hxx \
9         SGUpdateVisitor.hxx \
10         SGDebugDrawCallback.hxx \
11         SGStateAttributeVisitor.hxx \
12         SGTextureStateAttributeVisitor.hxx
13
14 libsgutil_a_SOURCES =
15
16 INCLUDES = -I$(top_srcdir)