From: hno <> Date: Mon, 20 May 2002 07:48:02 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1005 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c04e1d4629a9ca54e8bf134d4232b4721e46d0fa;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/helpers/basic_auth/Makefile.in b/helpers/basic_auth/Makefile.in index b888acdae1..08f3aab88d 100644 --- a/helpers/basic_auth/Makefile.in +++ b/helpers/basic_auth/Makefile.in @@ -15,7 +15,7 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.in,v 1.11 2002/04/13 15:37:50 hno Exp $ +# $Id: Makefile.in,v 1.12 2002/05/20 01:48:02 hno Exp $ # SHELL = @SHELL@ @@ -118,7 +118,7 @@ am__quote = @am__quote@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ -DIST_SUBDIRS = getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL +DIST_SUBDIRS = getpwnam LDAP MSNT multi-domain-NTLM NCSA PAM SMB YP SASL winbind SUBDIRS = @BASIC_AUTH_HELPERS@ subdir = src/auth/basic/helpers mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs diff --git a/helpers/basic_auth/winbind/Makefile.in b/helpers/basic_auth/winbind/Makefile.in index a9e835c9ab..42262582ce 100644 --- a/helpers/basic_auth/winbind/Makefile.in +++ b/helpers/basic_auth/winbind/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.1 2002/05/19 23:53:28 hno Exp $ +# $Id: Makefile.in,v 1.2 2002/05/20 01:48:03 hno Exp $ # SHELL = @SHELL@ @@ -120,7 +120,7 @@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ libexec_PROGRAMS = wb_auth -wb_auth_SOURCES = wb_basic_auth.c wb_common.c +wb_auth_SOURCES = wb_basic_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src diff --git a/helpers/ntlm_auth/winbind/Makefile.in b/helpers/ntlm_auth/winbind/Makefile.in index 0b09562a6d..2a5d38b5d1 100644 --- a/helpers/ntlm_auth/winbind/Makefile.in +++ b/helpers/ntlm_auth/winbind/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.1 2002/05/19 23:53:29 hno Exp $ +# $Id: Makefile.in,v 1.2 2002/05/20 01:48:04 hno Exp $ # SHELL = @SHELL@ @@ -120,7 +120,7 @@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ libexec_PROGRAMS = wb_ntlmauth -wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c +wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src