summaryrefslogtreecommitdiff
path: root/miext/rootless/accel/Makefile.am
blob: c49d5fb47b79e0e0ff0d10ca4f513d514b5b43c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
AM_CFLAGS =  \
	    $(DIX_CFLAGS) \
	    $(XORG_CFLAGS)

INCLUDES = -I$(srcdir)/.. -I$(top_srcdir)/hw/xfree86/os-support


noinst_LTLIBRARIES = librlAccel.la
librlAccel_la_SOURCES = rlAccel.c \
	             rlBlt.c \
	             rlCopy.c \
	             rlFill.c \
	             rlFillRect.c \
	             rlFillSpans.c \
	             rlGlyph.c \
	             rlSolid.c

EXTRA_DIST = rlAccel.h