1if XORG
2sdk_HEADERS =		\
3	XIstubs.h	\
4	Xprintf.h	\
5	callback.h	\
6	client.h	\
7	closestr.h	\
8	closure.h	\
9	colormap.h	\
10	colormapst.h	\
11	hotplug.h	\
12	cursor.h	\
13	cursorstr.h	\
14	dix.h		\
15	dixaccess.h	\
16	dixevents.h	\
17	dixfont.h	\
18	dixfontstr.h	\
19	dixgrabs.h	\
20	dixstruct.h	\
21	events.h	\
22	exevents.h	\
23	extension.h	\
24	extinit.h	\
25	extnsionst.h	\
26	gc.h		\
27	gcstruct.h	\
28	globals.h	\
29	glx_extinit.h	\
30	glxvndabi.h	\
31	input.h		\
32	inputstr.h	\
33	list.h		\
34	misc.h		\
35	miscstruct.h	\
36	opaque.h	\
37	nonsdk_extinit.h	\
38	optionstr.h	\
39	os.h		\
40	pixmap.h	\
41	pixmapstr.h	\
42	privates.h	\
43	property.h	\
44	propertyst.h	\
45	ptrveloc.h  \
46	region.h	\
47	regionstr.h	\
48	registry.h	\
49	resource.h	\
50	rgb.h		\
51	screenint.h	\
52	scrnintstr.h	\
53	selection.h	\
54	servermd.h	\
55	site.h		\
56	validate.h	\
57	displaymode.h    \
58	window.h	\
59	windowstr.h	\
60	xkbfile.h	\
61	xkbsrv.h	\
62	xkbstr.h        \
63	xkbrules.h      \
64	xserver_poll.h	\
65	xserver-properties.h
66
67nodist_sdk_HEADERS = xorg-server.h
68endif
69
70AM_CFLAGS = $(DIX_CFLAGS)
71
72EXTRA_DIST = 	\
73	busfault.h dbus-core.h \
74	dix-config-apple-verbatim.h \
75	eventconvert.h eventstr.h inpututils.h \
76	probes.h \
77	protocol-versions.h \
78	swaprep.h \
79	swapreq.h \
80	systemd-logind.h \
81        vidmodestr.h \
82	xorg-config.h.meson.in \
83	xorg-server.h.meson.in \
84	xwayland-config.h.meson.in \
85	xwin-config.h.meson.in \
86	xsha1.h
87