xinput: UngrabDevice-request: add pad at end
[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         dri3.xml \
10         ge.xml \
11         glx.xml \
12         present.xml \
13         randr.xml \
14         record.xml \
15         render.xml \
16         res.xml \
17         screensaver.xml \
18         shape.xml \
19         shm.xml \
20         sync.xml \
21         xc_misc.xml \
22         xevie.xml \
23         xf86dri.xml \
24         xf86vidmode.xml \
25         xfixes.xml \
26         xinerama.xml \
27         xinput.xml \
28         xkb.xml \
29         xprint.xml \
30         xselinux.xml \
31         xtest.xml \
32         xv.xml \
33         xvmc.xml
34
35 if HAVE_XMLLINT
36 check-local:
37         $(XMLLINT) --noout --schema $(srcdir)/xcb.xsd $(srcdir)/*.xml
38 endif