1noinst_LTLIBRARIES = libuxa.la 2 3# Override these since UXA doesn't need them and the needed files aren't 4# built (in hw/xfree86/os-support/solaris) until after UXA is built 5SOLARIS_ASM_CFLAGS="" 6 7AM_CFLAGS = $(CWARNFLAGS) $(XORG_CFLAGS) 8 9libuxa_la_SOURCES = \ 10 uxa.c \ 11 uxa.h \ 12 uxa-accel.c \ 13 uxa-glyphs.c \ 14 uxa-render.c \ 15 uxa-priv.h \ 16 uxa-unaccel.c \ 17 uxa-damage.c \ 18 uxa-damage.h 19