chromium/third_party/xcbproto/src/src/Makefile.am

xcbinclude_HEADERS = \
	xcb.xsd \
	xproto.xml \
	bigreq.xml \
	composite.xml \
	damage.xml \
	dbe.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