## Process this file with automake to produce Makefile.in
#
-# $Id: Makefile.am,v 1.4 2001/11/30 14:52:12 hno Exp $
+# $Id: Makefile.am,v 1.5 2001/11/30 15:27:13 hno Exp $
#
-errordir = $(datadir)/squid/errors
+errordir = $(datadir)/errors
##dist-hook eveything
-# $Id: Makefile.am,v 1.4 2001/11/30 14:52:12 hno Exp $
+# $Id: Makefile.am,v 1.5 2001/11/30 15:27:13 hno Exp $
#
ICON1 = anthony-binhex.gif
anthony-xbm.gif \
anthony-xpm.gif
-icondir = $(datadir)/squid/icons
+icondir = $(datadir)/icons
icon_DATA = $(ICON1) $(ICON2)
EXTRA_DIST = $(ICON1) $(ICON2) icons.shar
DISTCLEANFILES = $(ICON1) $(ICON2)
#
# Makefile for the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.13 2001/11/30 14:52:12 hno Exp $
+# $Id: Makefile.am,v 1.14 2001/11/30 15:27:13 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 = $(datadir)/squid/icons
-DEFAULT_ERROR_DIR = $(datadir)/squid/errors/@ERR_DEFAULT_LANGUAGE@
+DEFAULT_ICON_DIR = $(datadir)/icons
+DEFAULT_ERROR_DIR = $(datadir)/errors/@ERR_DEFAULT_LANGUAGE@
DEFAULT_MIB_PATH = $(sysconfdir)/mib.txt
DEFS = @DEFS@ -DDEFAULT_CONFIG_FILE=\"$(DEFAULT_CONFIG_FILE)\"