]> git.mxchange.org Git - simgear.git/blob - simgear/xgl/Makefile.am
#includes based off of srcdir rather than builddir.
[simgear.git] / simgear / xgl / Makefile.am
1 includedir = @includedir@/xgl
2
3 lib_LIBRARIES = libsgxgl.a
4
5 include_HEADERS = xgl.h
6
7 libsgxgl_a_SOURCES = xgl.c xglUtils.c
8
9 INCLUDES += -I$(top_srcdir)