summaryrefslogtreecommitdiff
path: root/hw/xprint
diff options
context:
space:
mode:
authorKevin E Martin <kem@freedesktop.org>2006-12-16 12:03:30 -0500
committerKevin E Martin <kem@freedesktop.org>2006-12-16 12:03:30 -0500
commit7d927a6f6a5bb7c09216fea273df72940676c654 (patch)
tree41b59c004b76dc9c917fd24f29048d19186f6d31 /hw/xprint
parent731952c561a3972d09d1315f4fd31466e459ccb9 (diff)
For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server
Diffstat (limited to 'hw/xprint')
-rw-r--r--hw/xprint/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/xprint/Makefile.am b/hw/xprint/Makefile.am
index 27a7e30d1..d4f22d261 100644
--- a/hw/xprint/Makefile.am
+++ b/hw/xprint/Makefile.am
@@ -5,7 +5,8 @@ bin_PROGRAMS = Xprt
Xprt_CFLAGS = @DIX_CFLAGS@ @XPRINT_CFLAGS@ \
-DXPRINT -DPRINT_ONLY_SERVER -D_XP_PRINT_SERVER_ \
-DXPRINTDIR=\"$(libdir)/X11/xserver\" \
- -DXPRASTERDDX -DXPPCLDDX -DXPMONOPCLDDX -DXPPSDDX
+ -DXPRASTERDDX -DXPPCLDDX -DXPMONOPCLDDX -DXPPSDDX \
+ -DXFree86Server
Xprt_LDFLAGS = -L$(top_srcdir)
Xprt_LDADD = @XPRINT_LIBS@ ps/libps.la raster/libraster.la \