From: hno <> Date: Mon, 20 May 2002 05:48:19 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1013 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a19d00fad980152ba248d31b93e7e47a73ef16dc;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 8362c94ce7..90c19e59b0 100755 --- a/configure +++ b/configure @@ -1027,7 +1027,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -# From configure.in Revision: 1.269 +# From configure.in Revision: 1.271 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 echo "configure:1033: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. @@ -8548,6 +8548,7 @@ trap 'rm -fr `echo "\ src/auth/ntlm/helpers/no_check/Makefile \ src/auth/ntlm/helpers/SMB/Makefile \ src/auth/ntlm/helpers/SMB/smbval/Makefile \ + src/auth/ntlm/helpers/winbind/Makefile \ contrib/Makefile \ snmplib/Makefile \ icons/Makefile \ @@ -8760,6 +8761,7 @@ CONFIG_FILES=\${CONFIG_FILES-"\ src/auth/ntlm/helpers/no_check/Makefile \ src/auth/ntlm/helpers/SMB/Makefile \ src/auth/ntlm/helpers/SMB/smbval/Makefile \ + src/auth/ntlm/helpers/winbind/Makefile \ contrib/Makefile \ snmplib/Makefile \ icons/Makefile \ diff --git a/helpers/ntlm_auth/Makefile.in b/helpers/ntlm_auth/Makefile.in index 2015a8cf2e..2b2986369b 100644 --- a/helpers/ntlm_auth/Makefile.in +++ b/helpers/ntlm_auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.11 2002/05/19 15:16:40 hno Exp $ +# $Id: Makefile.in,v 1.12 2002/05/19 23:48:20 hno Exp $ # SHELL = @SHELL@ @@ -118,7 +118,7 @@ am__quote = @am__quote@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ -DIST_SUBDIRS = fakeauth no_check SMB +DIST_SUBDIRS = fakeauth no_check SMB winbind SUBDIRS = @NTLM_AUTH_HELPERS@ subdir = src/auth/ntlm/helpers mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs