2009-06-25 14:16:43 -06:00
|
|
|
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=""
|
|
|
|
|
2010-05-10 16:32:28 -06:00
|
|
|
AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS)
|
2009-06-25 14:16:43 -06:00
|
|
|
|
|
|
|
libuxa_la_SOURCES = \
|
|
|
|
uxa.c \
|
|
|
|
uxa.h \
|
|
|
|
uxa-accel.c \
|
|
|
|
uxa-glyphs.c \
|
|
|
|
uxa-render.c \
|
|
|
|
uxa-priv.h \
|
|
|
|
uxa-unaccel.c
|
|
|
|
|