mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
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
|