diff options
author | Kevin E Martin <kem@freedesktop.org> | 2006-12-16 12:01:49 -0500 |
---|---|---|
committer | Kevin E Martin <kem@freedesktop.org> | 2006-12-16 12:01:49 -0500 |
commit | c92f7bef54fa737766d65fe32c200f405f39228c (patch) | |
tree | 6caa5ba771fe973e0f4e9794642b62de223cfdcf /hw/xprint | |
parent | 012807356883128fde58bb2d4f91dd356d6418fc (diff) |
For Xvfb, Xnest and Xprt, compile fbcmap.c with -DXFree86Server
Diffstat (limited to 'hw/xprint')
-rw-r--r-- | hw/xprint/Makefile.am | 3 |
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 \ |