Add patch that contain Mali fixes.
[deb_xorg-server.git] / exa / Makefile.am
1 noinst_LTLIBRARIES = libexa.la
2
3 if XORG
4 sdk_HEADERS = exa.h
5 endif
6
7 AM_CPPFLAGS = \
8 $(XORG_INCS) \
9 -I$(srcdir)/../miext/cw
10
11 AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
12
13 libexa_la_SOURCES = \
14 exa.c \
15 exa.h \
16 exa_classic.c \
17 exa_migration_classic.c \
18 exa_driver.c \
19 exa_mixed.c \
20 exa_migration_mixed.c \
21 exa_accel.c \
22 exa_glyphs.c \
23 exa_offscreen.c \
24 exa_render.c \
25 exa_priv.h \
26 exa_unaccel.c