]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The winbind helper does not exists in HEAD. Forgotten?
authorhno <>
Fri, 30 Nov 2001 17:00:17 +0000 (17:00 +0000)
committerhno <>
Fri, 30 Nov 2001 17:00:17 +0000 (17:00 +0000)
configure.in
helpers/ntlm_auth/Makefile.am

index 1ec1b6908dab43e5cf9adb0627e8e38955dbc347..176f11a782397654379720508609a38fbec8b95f 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.247 2001/11/29 11:11:01 hno Exp $
+dnl  $Id: configure.in,v 1.248 2001/11/30 10:00:17 hno Exp $
 dnl
 dnl
 dnl
@@ -11,7 +11,7 @@ AC_INIT(src/main.c)
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(Squid, 2.5-DEVEL)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.247 $)dnl
+AC_REVISION($Revision: 1.248 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -2101,16 +2101,16 @@ AC_OUTPUT([\
        src/auth/ntlm/helpers/no_check/Makefile \
        src/auth/ntlm/helpers/NTLMSSP/Makefile \
        src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \
-       src/auth/ntlm/helpers/winbind/Makefile \
        contrib/Makefile \
        snmplib/Makefile \
        icons/Makefile \
        errors/Makefile \
-     src/fs/aufs/Makefile \
-     src/fs/coss/Makefile \
-     src/fs/diskd/Makefile \
-     src/fs/null/Makefile \
-     src/fs/ufs/Makefile \
-     src/repl/heap/Makefile \
-     src/repl/lru/Makefile \]
+       src/fs/aufs/Makefile \
+       src/fs/coss/Makefile \
+       src/fs/diskd/Makefile \
+       src/fs/null/Makefile \
+       src/fs/ufs/Makefile \
+       src/repl/heap/Makefile \
+       src/repl/lru/Makefile \
+       ]
 )
index 465648d65fb24e9751f296c56c4396354b85ddd5..73d44b3bca23de334d77046c4dba053c3e28fc1f 100644 (file)
@@ -1,7 +1,7 @@
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.2 2001/11/28 08:01:58 robertc Exp $
+#  $Id: Makefile.am,v 1.3 2001/11/30 10:00:18 hno Exp $
 #
 
-DIST_SUBDIRS   = fakeauth no_check NTLMSSP winbind
+DIST_SUBDIRS   = fakeauth no_check NTLMSSP
 SUBDIRS                = @NTLM_AUTH_HELPERS@