]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
winbind helper
authorhno <>
Mon, 20 May 2002 05:52:56 +0000 (05:52 +0000)
committerhno <>
Mon, 20 May 2002 05:52:56 +0000 (05:52 +0000)
configure.in

index 2bef20e7a0b501e9f2c40580b8cf44a42c304d59..af313d1da7d726ad0751684477ea32c2d5a99416 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.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 \