projects
/
free-sw
/
xcb
/
proto
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove now unnecessary files as everything is implemented in xcbgen.
[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
ge.xml \
10
glx.xml \
11
randr.xml \
12
record.xml \
13
render.xml \
14
res.xml \
15
screensaver.xml \
16
shape.xml \
17
shm.xml \
18
sync.xml \
19
xc_misc.xml \
20
xevie.xml \
21
xf86dri.xml \
22
xf86vidmode.xml \
23
xfixes.xml \
24
xinerama.xml \
25
xinput.xml \
26
xkb.xml \
27
xprint.xml \
28
xselinux.xml \
29
xtest.xml \
30
xv.xml \
31
xvmc.xml
32
33
if HAVE_XMLLINT
34
check-local:
35
$(XMLLINT) --noout --schema $(srcdir)/xcb.xsd $(srcdir)/*.xml
36
endif