]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 20 May 2002 05:48:19 +0000 (05:48 +0000)
committerhno <>
Mon, 20 May 2002 05:48:19 +0000 (05:48 +0000)
configure
helpers/ntlm_auth/Makefile.in

index 8362c94ce7ce8acee3f41b0b65e61a04f7029aae..90c19e59b0d247c1f96a882eb511c7c272687305 100755 (executable)
--- 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 \
index 2015a8cf2efa5af5f6e68c819fc3ad6b94739ffb..2b2986369b7d84b2ad992345134684921a0024f5 100644 (file)
@@ -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