xenocara/xserver/render/Makefile.am

21 lines
292 B
Makefile
Raw Normal View History

2006-11-26 11:13:41 -07:00
noinst_LTLIBRARIES = librender.la
AM_CFLAGS = $(DIX_CFLAGS)
librender_la_SOURCES = \
animcur.c \
filter.c \
glyph.c \
matrix.c \
2006-11-26 11:13:41 -07:00
miindex.c \
mipict.c \
mirect.c \
mitrap.c \
mitri.c \
picture.c \
2011-11-05 07:32:40 -06:00
render.c
2006-11-26 11:13:41 -07:00
if XORG
2011-11-05 07:32:40 -06:00
sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h
2006-11-26 11:13:41 -07:00
endif