From: hno <> Date: Mon, 20 May 2002 07:42:50 +0000 (+0000) Subject: dist winbind files X-Git-Tag: SQUID_3_0_PRE1~1006 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de7f4a30563c8602fd95a665aa0a4feca79edcc0;p=thirdparty%2Fsquid.git dist winbind files --- diff --git a/helpers/basic_auth/Makefile.am b/helpers/basic_auth/Makefile.am index 7281915357..9a30aeb670 100644 --- a/helpers/basic_auth/Makefile.am +++ b/helpers/basic_auth/Makefile.am @@ -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@ diff --git a/helpers/basic_auth/winbind/Makefile.am b/helpers/basic_auth/winbind/Makefile.am index 13574eafc9..2213bdc2e6 100644 --- a/helpers/basic_auth/winbind/Makefile.am +++ b/helpers/basic_auth/winbind/Makefile.am @@ -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 diff --git a/helpers/ntlm_auth/winbind/Makefile.am b/helpers/ntlm_auth/winbind/Makefile.am index 60d07b1433..180b701379 100644 --- a/helpers/ntlm_auth/winbind/Makefile.am +++ b/helpers/ntlm_auth/winbind/Makefile.am @@ -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