summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: d81d818a620024d61e3f9c30f6af4c39e2c905db (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
34
35
36
37
38
xcbinclude_HEADERS = \
	xcb.xsd \
	xproto.xml \
	bigreq.xml \
	composite.xml \
	damage.xml \
	dpms.xml \
	dri2.xml \
	dri3.xml \
	ge.xml \
	glx.xml \
	present.xml \
	randr.xml \
	record.xml \
	render.xml \
	res.xml \
	screensaver.xml \
	shape.xml \
	shm.xml \
	sync.xml \
	xc_misc.xml \
	xevie.xml \
	xf86dri.xml \
	xf86vidmode.xml \
	xfixes.xml \
	xinerama.xml \
	xinput.xml \
	xkb.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