16 lines
269 B
Makefile
16 lines
269 B
Makefile
gldir = $(includedir)/GL
|
|
gl_HEADERS = \
|
|
glxint.h \
|
|
glxmd.h \
|
|
glxproto.h \
|
|
glxtokens.h
|
|
|
|
glinternaldir = $(includedir)/GL/internal
|
|
glinternal_HEADERS = \
|
|
glcore.h
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = glproto.pc
|
|
|
|
EXTRA_DIST = autogen.sh glproto.pc.in
|