mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-19 11:31:25 +01:00
20 lines
323 B
Makefile
20 lines
323 B
Makefile
noinst_LTLIBRARIES = libexa.la
|
|
|
|
sdk_HEADERS = exa.h
|
|
|
|
INCLUDES = \
|
|
$(XORG_INCS) \
|
|
-I$(srcdir)/../miext/cw
|
|
|
|
AM_CFLAGS = $(XORG_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@ $(DIX_CFLAGS)
|
|
|
|
libexa_la_SOURCES = \
|
|
exa.c \
|
|
exa.h \
|
|
exa_accel.c \
|
|
exa_migration.c \
|
|
exa_offscreen.c \
|
|
exa_render.c \
|
|
exa_priv.h \
|
|
exa_unaccel.c
|
|
|