[PATCH 2/4] fix hardcoded value of XPRINTDIR

Ademar de Souza Reis Jr ademar at mandriva.com.br
Tue Jul 3 12:05:49 PDT 2007


(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




More information about the xorg mailing list