]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Session acl helper for trackig user sessions
authorhno <>
Sun, 19 Mar 2006 08:30:30 +0000 (08:30 +0000)
committerhno <>
Sun, 19 Mar 2006 08:30:30 +0000 (08:30 +0000)
configure.in
helpers/external_acl/Makefile.am

index 499f2960feb8339e2f2b055666b0ac22f1f2a156..78ef82834b92d36eb9c855a681d25f2d6496c14c 100644 (file)
@@ -3,7 +3,7 @@ dnl  Configuration input file for Squid
 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
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 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
 
@@ -3007,6 +3007,7 @@ AC_CONFIG_FILES([\
        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
index 6471ea63978277be33794de9556583ff0a0b938d..f0cb571920bdc68e0a71200e7020bc4433264f1a 100644 (file)
@@ -1,7 +1,7 @@
 #  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@