mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-02 11:58:03 +02:00
11 lines
228 B
Makefile
11 lines
228 B
Makefile
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
|