glx: Add protocol for GLX_ARB_create_context and GLX_ARB_create_context_profile
[free-sw/xcb/proto] / src / Makefile.am
1 xcbinclude_HEADERS = \
2         xcb.xsd \
3         xproto.xml \
4         bigreq.xml \
5         composite.xml \
6         damage.xml \
7         dpms.xml \
8         dri2.xml \
9         glx.xml \
10         randr.xml \
11         record.xml \
12         render.xml \
13         res.xml \
14         screensaver.xml \
15         shape.xml \
16         shm.xml \
17         sync.xml \
18         xc_misc.xml \
19         xevie.xml \
20         xf86dri.xml \
21         xfixes.xml \
22         xinerama.xml \
23         xinput.xml \
24         xkb.xml \
25         xprint.xml \
26         xselinux.xml \
27         xtest.xml \
28         xv.xml \
29         xvmc.xml
30
31 if HAVE_XMLLINT
32 check-local:
33         $(XMLLINT) --noout --schema $(srcdir)/xcb.xsd $(srcdir)/*.xml
34 endif