mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00: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
|