summaryrefslogtreecommitdiff
path: root/Xprint/raster/Makefile.am
blob: fe14a07805cdc2b16c757842334d548be82a67d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_LTLIBRARIES = libraster.la

INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb

AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
	-D_XP_PRINT_SERVER_ -DPSZ=8

libraster_la_SOURCES =		\
	RasterAttVal.c		\
	Raster.c		\
	Raster.h