summaryrefslogtreecommitdiff
path: root/Xprint/pcl
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-12-02 06:02:45 +0000
committerKevin E Martin <kem@kem.org>2005-12-02 06:02:45 +0000
commit7c00afd0ec94e491f1a9ef32d6543ed51ea3319d (patch)
treeec85c667f59b7afcc9e263273552d4eba3e05632 /Xprint/pcl
parent924518605b613eb66aa569877fa9f131e6f2a2fd (diff)
Define XFree86Server only where it is required.
Diffstat (limited to 'Xprint/pcl')
-rw-r--r--Xprint/pcl/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xprint/pcl/Makefile.am b/Xprint/pcl/Makefile.am
index e98434167..144411c55 100644
--- a/Xprint/pcl/Makefile.am
+++ b/Xprint/pcl/Makefile.am
@@ -2,7 +2,8 @@ noinst_LTLIBRARIES = libpcl.la
INCLUDES = -I$(top_srcdir)/Xprint -I$(top_srcdir)/cfb -I$(top_srcdir)/mfb
-AM_CFLAGS = @DIX_CFLAGS@ @XPRINT_CFLAGS@ -D_XP_PRINT_SERVER_ -DPSZ=8
+AM_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
+ -D_XP_PRINT_SERVER_ -DPSZ=8
libpcl_la_SOURCES = \
PclArc.c \