blob: 1365d7ee4247c254f89af0c559f00571752ce12d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
gldir = $(includedir)/X11/extensions
gl_HEADERS = \
glu.h \
glx.h \
glxint.h \
glxmd.h \
glxproto.h \
glxtokens.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glproto.pc
EXTRA_DIST = autogen.sh glproto.pc.in
|