Makefile.am (292B)
1 noinst_LTLIBRARIES = librender.la 2 3 AM_CFLAGS = $(DIX_CFLAGS) 4 5 librender_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 18 if XORG 19 sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h 20 endif