cairo/pixman/src/Makefile.am
2005-01-21 10:59:33 +00:00

35 lines
566 B
Makefile

lib_LTLIBRARIES = libpixman.la
include_HEADERS = pixman.h
libpixman_la_SOURCES = \
pixman.h \
pixman-xserver-compat.h \
pixregion.c \
pixregionint.h \
ic.c \
icblt.c \
icbltone.c \
iccolor.c \
iccompose.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 \
renderedge.c \
renderedge.h \
slim_internal.h
libpixman_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
INCLUDES = -I$(srcdir) $(WARN_CFLAGS)