blob: 1ee1122f24b4e7bb84c6a1732d6d11695eb96f79 (
plain)
1
2
3
4
5
6
7
8
9
10
|
noinst_LTLIBRARIES = libraster.la
INCLUDES = -I$(top_srcdir)/hw/xprint
AM_CFLAGS = @DIX_CFLAGS@ @XPRINT_CFLAGS@ -D_XP_PRINT_SERVER_
libraster_la_SOURCES = \
RasterAttVal.c \
Raster.c \
Raster.h
|