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

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

AM_CFLAGS = @DIX_CFLAGS@ -D_XP_PRINT_SERVER_ -DPSZ=8

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