9 lines
142 B
Makefile
9 lines
142 B
Makefile
noinst_LTLIBRARIES = libdamageext.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libdamageext_la_SOURCES = \
|
|
damageext.c \
|
|
damageext.h \
|
|
damageextint.h
|