xserver/render/Makefile.am

21 lines
292 B
Text
Raw Permalink Normal View History

2005-07-01 20:29:53 +00:00
noinst_LTLIBRARIES = librender.la
AM_CFLAGS = $(DIX_CFLAGS)
2005-07-01 20:29:53 +00:00
librender_la_SOURCES = \
animcur.c \
filter.c \
glyph.c \
matrix.c \
2005-07-01 20:29:53 +00:00
miindex.c \
mipict.c \
mirect.c \
mitrap.c \
mitri.c \
picture.c \
render.c
2005-07-01 20:29:53 +00:00
if XORG
sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h
endif