xserver-multidpi/render/Makefile.am

21 lines
292 B
Makefile
Raw Normal View History

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