aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/miext/rootless/accel/Makefile.am
blob: ca41653b7a6bbf24615fe4e7f7d157c7383b1c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AM_CFLAGS = $(DIX_CFLAGS) $(XSERVER_CFLAGS)
AM_CPPFLAGS = -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