From: hno <> Date: Mon, 20 May 2002 08:05:32 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~1003 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5511e2247dcca6a7a15b9071ce0c2bb70d9f171;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/helpers/basic_auth/MSNT/Makefile.in b/helpers/basic_auth/MSNT/Makefile.in index bc2b438f6d..1e353bc897 100644 --- a/helpers/basic_auth/MSNT/Makefile.in +++ b/helpers/basic_auth/MSNT/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.12 2002/04/15 00:17:12 hno Exp $ +# $Id: Makefile.in,v 1.13 2002/05/20 02:05:32 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -131,6 +131,13 @@ msnt_auth_SOURCES = md4.c rfcnb-io.c rfcnb-util.c session.c msntauth.c \ smblib.h smblib-priv.h std-defines.h std-includes.h valid.h +EXTRA_DIST = \ + COPYING-2.0 \ + msntauth.conf \ + msntauth-v2.0.lsm \ + README.html + + LDADD = @XTRA_LIBS@ INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ diff --git a/helpers/basic_auth/SMB/Makefile.in b/helpers/basic_auth/SMB/Makefile.in index 63ae985254..4e188f8368 100644 --- a/helpers/basic_auth/SMB/Makefile.in +++ b/helpers/basic_auth/SMB/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.11 2002/04/13 15:37:58 hno Exp $ +# $Id: Makefile.in,v 1.12 2002/05/20 02:05:32 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -133,7 +133,7 @@ SMB_AUTH_HELPER_PATH = $(libexecdir)/$(SMB_AUTH_HELPER) libexec_SCRIPTS = $(SMB_AUTH_HELPER) libexec_PROGRAMS = smb_auth smb_auth_CFLAGS = -DSAMBAPREFIX=\"$(SAMBAPREFIX)\" -DHELPERSCRIPT=\"$(SMB_AUTH_HELPER_PATH)\" -EXTRA_DIST = smb_auth.sh +EXTRA_DIST = smb_auth.sh COPYING-2.0 LDADD = $(XTRA_LIBS) diff --git a/helpers/basic_auth/multi-domain-NTLM/Makefile.in b/helpers/basic_auth/multi-domain-NTLM/Makefile.in index 1127bef41f..49fce7d138 100644 --- a/helpers/basic_auth/multi-domain-NTLM/Makefile.in +++ b/helpers/basic_auth/multi-domain-NTLM/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.9 2002/04/13 15:38:01 hno Exp $ +# $Id: Makefile.in,v 1.10 2002/05/20 02:05:34 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -126,7 +126,8 @@ libexec_SCRIPTS = \ EXTRA_DIST = \ - smb_auth.pl + smb_auth.pl \ + README.txt subdir = src/auth/basic/helpers/multi-domain-NTLM mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs diff --git a/helpers/ntlm_auth/no_check/Makefile.in b/helpers/ntlm_auth/no_check/Makefile.in index 3842971225..b5571e988a 100644 --- a/helpers/ntlm_auth/no_check/Makefile.in +++ b/helpers/ntlm_auth/no_check/Makefile.in @@ -16,7 +16,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.12 2002/04/13 15:38:11 hno Exp $ +# $Id: Makefile.in,v 1.13 2002/05/20 02:05:35 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -123,7 +123,10 @@ makesnmplib = @makesnmplib@ libexec_SCRIPTS = no_check.pl -EXTRA_DIST = no_check.pl +EXTRA_DIST = \ + no_check.pl \ + README.no_check_ntlm_auth + subdir = src/auth/ntlm/helpers/no_check mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs CONFIG_HEADER = $(top_builddir)/include/autoconf.h diff --git a/helpers/ntlm_auth/winbind/Makefile.in b/helpers/ntlm_auth/winbind/Makefile.in index 2a5d38b5d1..83784c89b5 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.2 2002/05/20 01:48:04 hno Exp $ +# $Id: Makefile.in,v 1.3 2002/05/20 02:05:37 hno Exp $ # SHELL = @SHELL@ @@ -121,6 +121,10 @@ makesnmplib = @makesnmplib@ libexec_PROGRAMS = wb_ntlmauth wb_ntlmauth_SOURCES = wb_ntlm_auth.c wb_common.c samba_nss.h winbindd_nss.h wbntlm.h winbind_nss_config.h +EXTRA_DIST = \ + patches/wb_common.patch \ + patches/winbind_nss_config.patch + INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src @@ -256,6 +260,7 @@ top_distdir = ../../../../.. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) + $(mkinstalldirs) $(distdir)/patches @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ diff --git a/src/fs/Makefile.in b/src/fs/Makefile.in index bddf186ef3..2676f7c90f 100644 --- a/src/fs/Makefile.in +++ b/src/fs/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:38:13 hno Exp $ +# $Id: Makefile.in,v 1.12 2002/05/20 02:05:39 hno Exp $ # SHELL = @SHELL@ @@ -138,6 +138,10 @@ libdiskd_a_SOURCES = diskd/diskd.c diskd/store_dir_diskd.c diskd/store_diskd.h \ libnull_a_SOURCES = null/store_null.c libufs_a_SOURCES = ufs/store_dir_ufs.c ufs/store_io_ufs.c ufs/store_ufs.h +EXTRA_DIST = \ + coss/coss-notes.txt + + INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src/ @@ -613,6 +617,7 @@ top_distdir = ../.. distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) distdir: $(DISTFILES) + $(mkinstalldirs) $(distdir)/coss @for file in $(DISTFILES); do \ if test -f $$file; then d=.; else d=$(srcdir); fi; \ dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \