mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 01:50:05 +01:00
.cvsignore files
Use XORG_CFLAGS. Ensure that all exa files are in SOURCES
remove _XOPEN_SOURCE as it's always in xtrans.pc these days and gcc whines
libdamage.la needs libcw.la when COMPOSITE is defined, but that
libdamage.la must be after libcomposite.la, so add libcw.la to
DAMAGE_LIB instead of EXTENSION_LIBS. Regularize library link order
across all X servers
17 lines
238 B
Makefile
17 lines
238 B
Makefile
module_LTLIBRARIES = libexa.la
|
|
|
|
sdk_HEADERS = exa.h
|
|
|
|
libexa_la_LDFLAGS = -avoid-version
|
|
|
|
INCLUDES = $(XORG_INCS)
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS)
|
|
|
|
libexa_la_SOURCES = \
|
|
exaasync.c \
|
|
exa.c \
|
|
exa.h \
|
|
exaoffscreen.c \
|
|
exapict.c \
|
|
exaPriv.h
|