xserver-multidpi/render/Makefile.am

21 lines
309 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 \
miindex.c \
mipict.c \
mirect.c \
mitrap.c \
mitri.c \
picture.c \
render.c \
renderedge.c
if XORG
2005-07-01 22:29:53 +02:00
sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h renderedge.h
endif