2007-11-26 13:04:57 -08:00
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS)
|
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/hw/xfree86/os-support
|
2007-02-16 04:12:26 -08:00
|
|
|
|
2008-03-17 23:57:41 -07:00
|
|
|
SUBDIRS = accel
|
2007-02-16 04:12:26 -08:00
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = librootless.la
|
|
|
|
|
librootless_la_SOURCES = \
|
2005-10-15 20:44:44 +00:00
|
|
|
rootlessCommon.c \
|
|
|
|
|
rootlessGC.c \
|
|
|
|
|
rootlessScreen.c \
|
|
|
|
|
rootlessValTree.c \
|
2007-11-26 13:04:57 -08:00
|
|
|
rootlessWindow.c
|
2007-02-16 04:12:26 -08:00
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2007-11-26 13:04:57 -08:00
|
|
|
README.txt \
|
|
|
|
|
rootless.h \
|
|
|
|
|
rootlessCommon.h \
|
|
|
|
|
rootlessConfig.h \
|
|
|
|
|
rootlessWindow.h
|