2005-07-01 20:29:53 +00:00
|
|
|
noinst_LTLIBRARIES = librender.la
|
|
|
|
|
|
2006-07-18 18:16:12 -04:00
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
2005-07-02 18:59:44 +00:00
|
|
|
|
2005-07-01 20:29:53 +00:00
|
|
|
librender_la_SOURCES = \
|
|
|
|
|
animcur.c \
|
|
|
|
|
filter.c \
|
|
|
|
|
glyph.c \
|
2008-03-13 14:50:13 -07:00
|
|
|
matrix.c \
|
2005-07-01 20:29:53 +00:00
|
|
|
miindex.c \
|
|
|
|
|
mipict.c \
|
|
|
|
|
mirect.c \
|
|
|
|
|
mitrap.c \
|
|
|
|
|
mitri.c \
|
|
|
|
|
picture.c \
|
2010-11-01 22:12:03 -04:00
|
|
|
render.c
|
2005-07-01 20:29:53 +00:00
|
|
|
|
2006-01-18 06:56:52 +00:00
|
|
|
if XORG
|
2010-11-01 22:12:03 -04:00
|
|
|
sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h
|
2006-01-18 06:56:52 +00:00
|
|
|
endif
|