1noinst_LTLIBRARIES = libdamageext.la
2
3AM_CFLAGS = $(DIX_CFLAGS)
4
5libdamageext_la_SOURCES = 	\
6	damageext.c		\
7	damageextint.h
8