]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
dist winbind files
authorhno <>
Mon, 20 May 2002 07:42:50 +0000 (07:42 +0000)
committerhno <>
Mon, 20 May 2002 07:42:50 +0000 (07:42 +0000)
helpers/basic_auth/Makefile.am
helpers/basic_auth/winbind/Makefile.am
helpers/ntlm_auth/winbind/Makefile.am

index 72819153573554aba7003d127299c96700ba803b..9a30aeb6705e835aa1a0d6568d018a7365908c90 100644 (file)
@@ -1,7 +1,7 @@
 #  Makefile for storage modules in the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.2 2002/03/30 16:42:58 hno Exp $
+#  $Id: Makefile.am,v 1.3 2002/05/20 01:42:50 hno Exp $
 #
 
-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@
index 13574eafc9ce901aa8deebcdc13afacd904549cd..2213bdc2e684c7ebdfd7eba83487a5a16ffc9b55 100644 (file)
@@ -1,11 +1,11 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.2 2002/05/20 01:42:50 hno Exp $
+#  $Id: Makefile.am,v 1.3 2002/05/20 01:46:20 hno Exp $
 #
 
 libexec_PROGRAMS = wb_auth
-wb_auth_SOURCES = wb_basic_auth.c wb_common.c samba_nss.h  wbntlm.h winbind_nss_config.h
+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
 LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth
index 60d07b14339e282e63e0b7b294a8384314522cb4..180b7013791fc00b39fb6a7b69b475daf98423e7 100644 (file)
@@ -1,11 +1,11 @@
 #
 #  Makefile for the Squid Object Cache server
 #
-#  $Id: Makefile.am,v 1.2 2002/05/20 01:39:53 hno Exp $
+#  $Id: Makefile.am,v 1.3 2002/05/20 01:46:20 hno Exp $
 #
 
 libexec_PROGRAMS = wb_ntlmauth
-wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c samba_nss.h wbntlm.h winbind_nss_config.h
+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
 LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth -lm