mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 16:44:52 +00:00
9 lines
176 B
Makefile
9 lines
176 B
Makefile
noinst_LTLIBRARIES = libdamageext.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@
|
|
|
|
libdamageext_la_SOURCES = \
|
|
damageext.c \
|
|
damageext.h \
|
|
damageextint.h
|