blob: 88063ea4e492e1bb24a75ce518935788474bd2de (
plain) (
tree)
|
|
--- Make.common.in.orig Tue Mar 30 08:34:33 1999
+++ Make.common.in Wed Apr 7 23:40:05 1999
@@ -17,9 +17,10 @@
builddir = @builddir@
bindir = @bindir@
+sbindir = $(exec_prefix)/sbin
sysconfdir = @sysconfdir@
datadir = @datadir@
-libdir = @libdir@
+libdir = @datadir@
mandir = @mandir@
gnomeicondir = @gnomeicondir@
xv_bindir = @xv_bindir@
@@ -64,7 +65,7 @@
# No way, to make make happy (except GNU), we cannot use := to append
# something to these, so that's why there is a leading _
XCFLAGS = @CFLAGS@
-XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(mclibdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DCONFDIR=\""$(confdir)/"\" -DDESKTOP_INIT_DIR=\""$(desktopdir)/"\"
+XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(mclibdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DCONFDIR=\""$(confdir)/"\" -DDESKTOP_INIT_DIR=\""$(desktopdir)/"\"
XLDFLAGS = @LDFLAGS@
XDEFS = @DEFS@
XLIBS = @LIBS@
|