]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
I meant datadir for icons & errors, not sharedstatedir
authorhno <>
Fri, 30 Nov 2001 21:52:12 +0000 (21:52 +0000)
committerhno <>
Fri, 30 Nov 2001 21:52:12 +0000 (21:52 +0000)
(sharedstatedir is for application-modifiable data, not static architecture
independent data)

errors/Makefile.am
icons/Makefile.am
src/Makefile.am

index 76730062e5ed2e2e14bb5516966f39f9f16d0b5e..1b4b6dec2a48b34021b71e5a033156aa7478a133 100644 (file)
@@ -1,9 +1,9 @@
 ## Process this file with automake to produce Makefile.in
 #
-# $Id: Makefile.am,v 1.3 2001/11/28 03:02:37 robertc Exp $
+# $Id: Makefile.am,v 1.4 2001/11/30 14:52:12 hno Exp $
 #
 
-errordir = $(sharedstatedir)/squid/errors
+errordir = $(datadir)/squid/errors
 
 
 ##dist-hook eveything
index 3f6fe35d5b8fc417393fb3ba9321e99fac48b66d..5bd62650f5abe07d7f66fad1a26cbfe0f9c08d0b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.3 2001/11/28 03:02:43 robertc Exp $
+# $Id: Makefile.am,v 1.4 2001/11/30 14:52:12 hno Exp $
 #
 
 ICON1  =       anthony-binhex.gif
@@ -29,7 +29,7 @@ ICON2         =       anthony-bomb.gif \
                anthony-xbm.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 0b8768a0bc51337d45a309b1e4b39eb9577c7591..31f0ba58e440f6ef91774c8b2b9f8aa02e687b6f 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.12 2001/11/28 03:02:42 robertc Exp $
+#  $Id: Makefile.am,v 1.13 2001/11/30 14:52:12 hno Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -271,8 +271,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)\"