diff options
author | Ed Catmur <ed@catmur.co.uk> | 2006-07-06 17:49:55 -0700 |
---|---|---|
committer | Donnie Berkholz <donnie@comet.(none)> | 2006-07-06 17:49:55 -0700 |
commit | 90f96f5bcb444380f2fccda21dbf0a623e84ee3f (patch) | |
tree | 2397b3e5a4ae56faff84f1083d621b0d57e5810a | |
parent | bd295749b7d15fa5152a8bdce2552c6f813aa076 (diff) |
Remove hardcoded 'lib' in XPRINTDIR.
(cherry picked from 2152e2d364bdd179cf218cde446c763d8c8bb833 commit)
-rw-r--r-- | Xprint/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xprint/Makefile.am b/Xprint/Makefile.am index 3d6a7f64c..50063141a 100644 --- a/Xprint/Makefile.am +++ b/Xprint/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = Xprt Xprt_CFLAGS = @SERVER_DEFINES@ @DIX_CFLAGS@ @XPRINT_CFLAGS@ \ -DXPRINT -DPRINT_ONLY_SERVER -D_XP_PRINT_SERVER_ \ - -DXPRINTDIR=\"$(prefix)/X11/xserver\" \ + -DXPRINTDIR=\"$(libdir)/X11/xserver\" \ -DXPRASTERDDX -DXPPCLDDX -DXPMONOPCLDDX -DXPPSDDX Xprt_LDFLAGS = -L$(top_srcdir) |