From e205f17abd53f39ff873ccc3ddc4ca52ef3563bf Mon Sep 17 00:00:00 2001 From: Ademar de Souza Reis Jr Date: Tue, 3 Jul 2007 13:50:04 -0300 Subject: [PATCH] fix hardcoded value of XPRINTDIR (now using the variable already set on configure: xpconfigdir) --- hw/xprint/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xprint/Makefile.am b/hw/xprint/Makefile.am index dc8764a..a687f35 100644 --- a/hw/xprint/Makefile.am +++ b/hw/xprint/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = Xprt Xprt_CFLAGS = @DIX_CFLAGS@ @XPRINT_CFLAGS@ \ -DXPRINT -DPRINT_ONLY_SERVER -D_XP_PRINT_SERVER_ \ - -DXPRINTDIR=\"$(libdir)/X11/xserver\" \ + -DXPRINTDIR=\"@xpconfigdir@\" \ -DXPRASTERDDX -DXPPCLDDX -DXPMONOPCLDDX -DXPPSDDX \ -DXFree86Server -- 1.5.2.2