diff options
Diffstat (limited to 'xserver/hw')
-rw-r--r-- | xserver/hw/xprint/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/xprint/Makefile.in b/xserver/hw/xprint/Makefile.in index f4757f5fd..61ffa084f 100644 --- a/xserver/hw/xprint/Makefile.in +++ b/xserver/hw/xprint/Makefile.in @@ -551,7 +551,7 @@ xpconfigdir = @xpconfigdir@ SUBDIRS = doc pcl pcl-mono raster ps etc config Xprt_CFLAGS = @DIX_CFLAGS@ @XPRINT_CFLAGS@ \ -DXPRINT -DPRINT_ONLY_SERVER -D_XP_PRINT_SERVER_ \ - -DXPRINTDIR=\"$(libdir)/X11/xserver\" \ + -DXPRINTDIR=\"$(datadir)/X11/xserver\" \ -DXPRASTERDDX -DXPPCLDDX -DXPMONOPCLDDX -DXPPSDDX Xprt_LDFLAGS = -L$(top_srcdir) |