blob: 0f0dfbcda6404e7dd69edab74d33822d2996763b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
xcbinclude_HEADERS = \
xcb.xsd \
xproto.xml \
bigreq.xml \
composite.xml \
damage.xml \
dpms.xml \
dri2.xml \
glx.xml \
randr.xml \
record.xml \
render.xml \
res.xml \
screensaver.xml \
shape.xml \
shm.xml \
sync.xml \
xc_misc.xml \
xevie.xml \
xf86dri.xml \
xfixes.xml \
xinerama.xml \
xinput.xml \
xprint.xml \
xselinux.xml \
xtest.xml \
xv.xml \
xvmc.xml
if HAVE_XMLLINT
check-local:
$(XMLLINT) --noout --schema $(srcdir)/xcb.xsd $(srcdir)/*.xml
endif
|