xserver-multidpi/render/Makefile.am
John Tapsell d3bd31fddf Render: Use built-in SHA1 library
Getting an external library for SHA1 is a mess, so just use our own,
regrettably.  Public domain implementation.
2008-09-23 18:56:32 +03:00

24 lines
341 B
Makefile

noinst_LTLIBRARIES = librender.la
AM_CFLAGS = $(DIX_CFLAGS)
librender_la_SOURCES = \
animcur.c \
filter.c \
glyph.c \
miindex.c \
mipict.c \
mirect.c \
mitrap.c \
mitri.c \
picture.c \
render.c \
sha1.c \
renderedge.c
if XORG
sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h renderedge.h
endif
EXTRA_DIST = sha1.h