mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-07 12:30:17 +01:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
noinst_LTLIBRARIES = libdamage.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
libdamage_la_SOURCES = \
|
|
damage.c \
|
|
damage.h \
|
|
damagestr.h
|