Makefile.am revision 05b261ec
1noinst_LTLIBRARIES = libexa.la
2
3# Override these since EXA doesn't need them and the needed files aren't
4# built (in hw/xfree86/os-support/solaris) until after EXA is built
5SOLARIS_ASM_CFLAGS=""
6
7if XORG
8sdk_HEADERS = exa.h
9endif
10
11INCLUDES = \
12	$(XORG_INCS) \
13	-I$(srcdir)/../miext/cw
14
15AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
16
17libexa_la_SOURCES = \
18	exa.c \
19	exa.h \
20	exa_accel.c \
21	exa_migration.c \
22	exa_offscreen.c \
23	exa_render.c \
24	exa_priv.h \
25	exa_unaccel.c
26
27