@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@
install_sh = @install_sh@
makesnmplib = @makesnmplib@
-errordir = $(sharedstatedir)/squid/errors
+errordir = $(datadir)/squid/errors
DEFAULT_ERROR_DIR = $(errordir)
@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@
anthony-xpm.gif
-icondir = $(sharedstatedir)/squid/icons
+icondir = $(datadir)/squid/icons
icon_DATA = $(ICON1) $(ICON2)
EXTRA_DIST = $(ICON1) $(ICON2) icons.shar
DISTCLEANFILES = $(ICON1) $(ICON2)
#
# 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:
#
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)\"