xserver-multidpi/glamor/Makefile.am

24 lines
454 B
Makefile
Raw Normal View History

2008-12-16 21:30:14 +01:00
noinst_LTLIBRARIES = libglamor.la
# Override these since glamor doesn't need them and the needed files aren't
# built (in hw/xfree86/os-support/solaris) until after glamor is built
SOLARIS_ASM_CFLAGS=""
if XORG
sdk_HEADERS = glamor.h
endif
INCLUDES = \
$(XORG_INCS)
AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS)
libglamor_la_SOURCES = \
glamor.c \
glamor_core.c \
glamor_fill.c \
glamor_fillspans.c \
2009-08-20 23:43:43 +02:00
glamor_getspans.c \
glamor_tile.c \
2008-12-16 21:30:14 +01:00
glamor.h