]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Fri, 30 Nov 2001 21:53:07 +0000 (21:53 +0000)
committerhno <>
Fri, 30 Nov 2001 21:53:07 +0000 (21:53 +0000)
errors/Makefile.in
icons/Makefile.in
src/Makefile.in

index 15515b77d6ab47700ac33afb5082f9c8f3fa1528..e753a6ca19c7584d4f68f4a62e04838431b6e6f8 100644 (file)
@@ -14,7 +14,7 @@
 @SET_MAKE@
 
 #
-# $Id: Makefile.in,v 1.13 2001/11/29 11:16:50 hno Exp $
+# $Id: Makefile.in,v 1.14 2001/11/30 14:53:07 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -122,7 +122,7 @@ am__quote = @am__quote@
 install_sh = @install_sh@
 makesnmplib = @makesnmplib@
 
-errordir = $(sharedstatedir)/squid/errors
+errordir = $(datadir)/squid/errors
 
 DEFAULT_ERROR_DIR = $(errordir)
 
index a0f39dd92b0da7053721121771b5655bc3d27bba..19102a8e8c50a5c8b2b990466d4d4e17a558a558 100644 (file)
@@ -13,7 +13,7 @@
 
 @SET_MAKE@
 
-# $Id: Makefile.in,v 1.19 2001/11/29 11:16:51 hno Exp $
+# $Id: Makefile.in,v 1.20 2001/11/30 14:53:08 hno Exp $
 #
 
 SHELL = @SHELL@
@@ -150,7 +150,7 @@ ICON2 = anthony-bomb.gif \
                anthony-xpm.gif
 
 
-icondir = $(sharedstatedir)/squid/icons
+icondir = $(datadir)/squid/icons
 icon_DATA = $(ICON1) $(ICON2)
 EXTRA_DIST = $(ICON1) $(ICON2) icons.shar
 DISTCLEANFILES = $(ICON1) $(ICON2)
index c82a6c0f45f77d6c590452602730c4a2a1293e6a..387c0791348c0a413388c93478ae7044dd95b73d 100644 (file)
@@ -16,7 +16,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.in,v 1.222 2001/11/29 11:16:58 hno Exp $
+#  $Id: Makefile.in,v 1.223 2001/11/30 14:53:09 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -377,8 +377,8 @@ DEFAULT_SWAP_DIR = $(localstatedir)/cache
 DEFAULT_PINGER = $(libexecdir)/@OPT_PINGER_EXE@
 DEFAULT_UNLINKD = $(libexecdir)/$(UNLINKD_EXE)
 DEFAULT_DISKD = $(libexecdir)/@OPT_DISKD_EXE@
-DEFAULT_ICON_DIR = $(sharedstatedir)/squid/icons
-DEFAULT_ERROR_DIR = $(sharedstatedir)/squid/errors/@ERR_DEFAULT_LANGUAGE@
+DEFAULT_ICON_DIR = $(datadir)/squid/icons
+DEFAULT_ERROR_DIR = $(datadir)/squid/errors/@ERR_DEFAULT_LANGUAGE@
 DEFAULT_MIB_PATH = $(sysconfdir)/mib.txt
 
 DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"