INCLUDES = 			\
	@XSERVER_CFLAGS@

noinst_LIBRARIES = libdix.a libxpstubs.a

libdix_a_SOURCES = 	\
	atom.c		\
	colormap.c	\
	cursor.c	\
	devices.c	\
	dispatch.c	\
	dispatch.h	\
	dixfonts.c	\
	dixutils.c	\
	events.c	\
	extension.c	\
	ffs.c		\
	gc.c		\
	globals.c	\
	glyphcurs.c	\
	grabs.c		\
	initatoms.c	\
	main.c		\
	pixmap.c	\
	privates.c	\
	property.c	\
	resource.c	\
	swaprep.c	\
	swapreq.c	\
	tables.c	\
	window.c

libxpstubs_a_SOURCES =	\
	xpstubs.c

