summaryrefslogtreecommitdiff
path: root/dix/Makefile.am
blob: 414f1258c6daab5d95a96375b6fb5937b4d5b16e (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
39
40
noinst_LTLIBRARIES = libdix.la libxpstubs.la

AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@ \
	-DVENDOR_STRING=\""@VENDOR_STRING@"\" \
	-DVENDOR_RELEASE="@VENDOR_RELEASE@"

libdix_la_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	\
	strcasecmp.c

libxpstubs_la_SOURCES =	\
	xpstubs.c

INCLUDES = -I$(top_srcdir)/Xprint

EXTRA_DIST = buildatoms BuiltInAtoms CHANGES