dnl
dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
dnl
-dnl $Id: configure.in,v 1.396 2005/12/29 02:48:23 hno Exp $
+dnl $Id: configure.in,v 1.397 2006/03/19 01:30:30 hno Exp $
dnl
dnl
dnl
AC_CONFIG_AUX_DIR(cfgaux)
AM_INIT_AUTOMAKE(squid, 3.0-PRE3-CVS)
AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.396 $)dnl
+AC_REVISION($Revision: 1.397 $)dnl
AC_PREFIX_DEFAULT(/usr/local/squid)
AM_MAINTAINER_MODE
helpers/external_acl/Makefile \
helpers/external_acl/ip_user/Makefile \
helpers/external_acl/ldap_group/Makefile \
+ helpers/external_acl/session/Makefile \
helpers/external_acl/unix_group/Makefile \
helpers/external_acl/wbinfo_group/Makefile \
helpers/external_acl/mswin_lm_group/Makefile
# Makefile for storage modules in the Squid Object Cache server
#
-# $Id: Makefile.am,v 1.5 2005/10/31 16:29:45 serassio Exp $
+# $Id: Makefile.am,v 1.6 2006/03/19 01:30:30 hno Exp $
#
-DIST_SUBDIRS = ip_user ldap_group unix_group wbinfo_group mswin_lm_group
+DIST_SUBDIRS = ip_user ldap_group session unix_group wbinfo_group mswin_lm_group
SUBDIRS = @EXTERNAL_ACL_HELPERS@