2005-07-01 20:29:53 +00:00
|
|
|
noinst_LTLIBRARIES = libdix.la libxpstubs.la
|
|
|
|
|
|
2006-07-18 18:16:12 -04:00
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) \
|
2005-11-03 17:08:06 +00:00
|
|
|
-DVENDOR_STRING=\""@VENDOR_STRING@"\" \
|
|
|
|
|
-DVENDOR_RELEASE="@VENDOR_RELEASE@"
|
2005-07-02 18:59:44 +00:00
|
|
|
|
2005-07-01 20:29:53 +00:00
|
|
|
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 \
|
2006-10-14 22:14:07 +03:00
|
|
|
getevents.c \
|
2005-07-01 20:29:53 +00:00
|
|
|
globals.c \
|
|
|
|
|
glyphcurs.c \
|
|
|
|
|
grabs.c \
|
|
|
|
|
initatoms.c \
|
|
|
|
|
main.c \
|
|
|
|
|
pixmap.c \
|
|
|
|
|
privates.c \
|
|
|
|
|
property.c \
|
|
|
|
|
resource.c \
|
|
|
|
|
swaprep.c \
|
|
|
|
|
swapreq.c \
|
|
|
|
|
tables.c \
|
2006-07-08 11:33:44 +02:00
|
|
|
window.c \
|
|
|
|
|
strcasecmp.c
|
2005-07-01 20:29:53 +00:00
|
|
|
|
|
|
|
|
libxpstubs_la_SOURCES = \
|
|
|
|
|
xpstubs.c
|
|
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/Xprint
|
2005-10-05 21:38:40 +00:00
|
|
|
|
|
|
|
|
EXTRA_DIST = buildatoms BuiltInAtoms CHANGES
|