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

index b888acdae1b338271460e5a9920a51c99030db37..08f3aab88de441d3f437f6898428a1e49e983ea8 100644 (file)
@@ -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
index a9e835c9abeb47c1a6a99f984ea55aa76ead1894..42262582ceeb98b36635f7061c28d6d68c72b068 100644 (file)
@@ -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
 
index 0b09562a6d1f509c18150f64611b08dbd2f4a721..2a5d38b5d1a81f62a05b4cb4e53137ab226526ac 100644 (file)
@@ -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