mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +00: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
18 lines
238 B
Makefile
18 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
|