summaryrefslogtreecommitdiff
path: root/uxa/Makefile.am
blob: 0dfad485cc7a46d0f9003cac1a40f506167924a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
noinst_LTLIBRARIES = libuxa.la

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

INCLUDES = \
	$(XORG_INCS)

AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS)

libuxa_la_SOURCES = \
	uxa.c \
	uxa.h \
	uxa-accel.c \
	uxa-glyphs.c \
	uxa-render.c \
	uxa-priv.h \
	uxa-unaccel.c