1noinst_LTLIBRARIES = librender.la 2 3AM_CFLAGS = $(DIX_CFLAGS) 4 5librender_la_SOURCES = \ 6 animcur.c \ 7 filter.c \ 8 glyph.c \ 9 matrix.c \ 10 miindex.c \ 11 mipict.c \ 12 mirect.c \ 13 mitrap.c \ 14 mitri.c \ 15 picture.c \ 16 render.c 17 18if XORG 19sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h 20endif 21