From: hno <> Date: Mon, 20 May 2002 05:52:56 +0000 (+0000) Subject: winbind helper X-Git-Tag: SQUID_3_0_PRE1~1012 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0979c66bc3fce74946cfb87627f83ec41166cc99;p=thirdparty%2Fsquid.git winbind helper --- diff --git a/configure.in b/configure.in index 2bef20e7a0..af313d1da7 100644 --- a/configure.in +++ b/configure.in @@ -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.271 2002/05/19 23:46:31 hno Exp $ +dnl $Id: configure.in,v 1.272 2002/05/19 23:52:56 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_INIT(src/main.c) AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.6-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.271 $)dnl +AC_REVISION($Revision: 1.272 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2245,6 +2245,7 @@ AC_OUTPUT([\ src/auth/basic/helpers/getpwnam/Makefile \ src/auth/basic/helpers/multi-domain-NTLM/Makefile \ src/auth/basic/helpers/SASL/Makefile \ + src/auth/basic/helpers/winbind/Makefile \ src/auth/digest/Makefile \ src/auth/digest/helpers/Makefile \ src/auth/digest/helpers/password/Makefile \