2009-09-06 13:44:18 -06:00
|
|
|
noinst_LTLIBRARIES = libXquartzXpr.la
|
2008-11-02 08:26:08 -07:00
|
|
|
|
|
|
|
AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
|
|
|
|
AM_CPPFLAGS = \
|
|
|
|
-I$(srcdir) -I$(srcdir)/.. \
|
|
|
|
-I$(top_srcdir)/miext \
|
2009-09-06 13:44:18 -06:00
|
|
|
-I$(top_srcdir)/miext/rootless
|
2008-11-02 08:26:08 -07:00
|
|
|
|
2009-09-06 13:44:18 -06:00
|
|
|
libXquartzXpr_la_SOURCES = \
|
2008-11-02 08:26:08 -07:00
|
|
|
appledri.c \
|
|
|
|
dri.c \
|
|
|
|
xprAppleWM.c \
|
|
|
|
xprCursor.c \
|
2009-09-06 13:44:18 -06:00
|
|
|
xprEvent.c \
|
2008-11-02 08:26:08 -07:00
|
|
|
xprFrame.c \
|
|
|
|
xprScreen.c \
|
|
|
|
x-hash.c \
|
|
|
|
x-hook.c \
|
|
|
|
x-list.c
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
dri.h \
|
|
|
|
dristruct.h \
|
|
|
|
appledri.h \
|
|
|
|
appledristr.h \
|
|
|
|
x-hash.h \
|
|
|
|
x-hook.h \
|
|
|
|
x-list.h \
|
2009-09-06 13:44:18 -06:00
|
|
|
xpr.h \
|
|
|
|
xprEvent.h
|