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

INCLUDES = -I$(top_srcdir)/hw/xprint

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

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