Imported Upstream version 1.15.1
[deb_xorg-server.git] / exa / Makefile.am
CommitLineData
a09e091a
JB
1noinst_LTLIBRARIES = libexa.la
2
3if XORG
4sdk_HEADERS = exa.h
5endif
6
7AM_CPPFLAGS = \
8 $(XORG_INCS) \
9 -I$(srcdir)/../miext/cw
10
11AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
12
13libexa_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