diff options
author | Ed Catmur <ed@catmur.co.uk> | 2006-07-06 17:45:36 -0700 |
---|---|---|
committer | Donnie Berkholz <donnie@comet.(none)> | 2006-07-06 17:45:36 -0700 |
commit | 2152e2d364bdd179cf218cde446c763d8c8bb833 (patch) | |
tree | 7d6ef034cbf988c8b51371ca9d0971bed5335872 | |
parent | 233c004641483a75985e09fea5416ab2c7a97fc4 (diff) |
Remove hardcoded 'lib' in XPRINTDIR.
-rw-r--r-- | 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 46647a519..de0a1d94e 100644 --- a/hw/xprint/Makefile.am +++ b/hw/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) |