mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-29 15:48:24 +02:00
13 lines
223 B
Makefile
13 lines
223 B
Makefile
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
|