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

INCLUDES = -I$(top_srcdir)/Xprint

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

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