mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 08:15:24 +00:00
11 lines
154 B
Makefile
11 lines
154 B
Makefile
noinst_LTLIBRARIES = libdamage.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS)
|
|
|
|
INCLUDES = -I$(srcdir)/../cw
|
|
|
|
libdamage_la_SOURCES = \
|
|
damage.c \
|
|
damage.h \
|
|
damagestr.h
|