mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-07 19:10:28 +01:00
14 lines
293 B
Makefile
14 lines
293 B
Makefile
noinst_LTLIBRARIES = libdamage.la
|
|
|
|
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @MODULE_DEFINES@ @LOADER_DEFINES@
|
|
|
|
INCLUDES = -I$(srcdir)/../cw -I$(top_srcdir)/hw/xfree86/os-support
|
|
|
|
if XORG
|
|
sdk_HEADERS = damage.h damagestr.h
|
|
endif
|
|
|
|
libdamage_la_SOURCES = \
|
|
damage.c \
|
|
damage.h \
|
|
damagestr.h
|