summaryrefslogtreecommitdiff
path: root/exa/Makefile.am
blob: 98db0271f0fee0246a841c0ee5cfa3f5e97cb7d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
noinst_LTLIBRARIES = libexa.la

# Override these since EXA doesn't need them and the needed files aren't
# built (in hw/xfree86/os-support/solaris) until after EXA is built
SOLARIS_ASM_CFLAGS=""

if XORG
sdk_HEADERS = exa.h
endif

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