Makefile.am revision fa225cbc
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 7INCLUDES = \ 8 $(XORG_INCS) 9 10AM_CFLAGS = $(WARN_CFLAGS) $(XORG_CFLAGS) $(DIX_CFLAGS) 11 12libuxa_la_SOURCES = \ 13 uxa.c \ 14 uxa.h \ 15 uxa-accel.c \ 16 uxa-glyphs.c \ 17 uxa-render.c \ 18 uxa-priv.h \ 19 uxa-unaccel.c 20 21