summaryrefslogtreecommitdiff
path: root/pixman/src/Makefile.am
blob: 50b3516ae38907a3fba7ccdcf0326612d2a6a791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
noinst_LTLIBRARIES = libpixman.la

libpixman_la_SOURCES = \
	pixman.h \
	pixman-remap.h \
	pixman-xserver-compat.h \
	pixregion.c \
	pixregionint.h \
	fbpict.h \
	ic.c \
	icblt.c \
	icbltone.c \
	iccolor.c \
	icformat.c \
	icimage.c \
	icimage.h \
	icint.h \
	icpixels.c \
	icrect.c \
	icrop.h \
	icstipple.c \
	ictrap.c \
	ictransform.c \
	ictri.c \
	icutil.c \
	fbedge.c \
	fbedgeimp.h \
	fbtrap.c \
	fbcompose.c \
	renderedge.c \
	renderedge.h \
	slim_internal.h

INCLUDES = -I$(top_srcdir) -I$(srcdir) $(WARN_CFLAGS)