From 897c8073b3c619ee288528f7821b247e9d694d89 Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 20 May 2002 08:03:55 +0000 Subject: [PATCH] Missing files added to "make dist" --- helpers/basic_auth/MSNT/Makefile.am | 8 +++++++- helpers/basic_auth/SMB/Makefile.am | 4 ++-- helpers/basic_auth/multi-domain-NTLM/Makefile.am | 5 +++-- helpers/ntlm_auth/no_check/Makefile.am | 7 +++++-- helpers/ntlm_auth/winbind/Makefile.am | 5 ++++- src/fs/Makefile.am | 5 ++++- 6 files changed, 25 insertions(+), 9 deletions(-) diff --git a/helpers/basic_auth/MSNT/Makefile.am b/helpers/basic_auth/MSNT/Makefile.am index bd71c5e2a9..5525712490 100644 --- a/helpers/basic_auth/MSNT/Makefile.am +++ b/helpers/basic_auth/MSNT/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.3 2002/04/14 22:21:21 hno Exp $ +# $Id: Makefile.am,v 1.4 2002/05/20 02:03:55 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -16,6 +16,12 @@ msnt_auth_SOURCES = md4.c rfcnb-io.c rfcnb-util.c session.c msntauth.c \ rfcnb-io.h rfcnb-priv.h rfcnb-util.h smblib-common.h \ 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.am b/helpers/basic_auth/SMB/Makefile.am index b882f2418d..7a2ecd4274 100644 --- a/helpers/basic_auth/SMB/Makefile.am +++ b/helpers/basic_auth/SMB/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.2 2001/12/27 00:23:33 hno Exp $ +# $Id: Makefile.am,v 1.3 2002/05/20 02:03:56 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -20,7 +20,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.am b/helpers/basic_auth/multi-domain-NTLM/Makefile.am index 9f581398ef..10bf10350e 100644 --- a/helpers/basic_auth/multi-domain-NTLM/Makefile.am +++ b/helpers/basic_auth/multi-domain-NTLM/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.2 2001/12/27 00:23:33 hno Exp $ +# $Id: Makefile.am,v 1.3 2002/05/20 02:03:56 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -10,4 +10,5 @@ libexec_SCRIPTS = \ smb_auth.pl EXTRA_DIST = \ - smb_auth.pl + smb_auth.pl \ + README.txt diff --git a/helpers/ntlm_auth/no_check/Makefile.am b/helpers/ntlm_auth/no_check/Makefile.am index de25a0b718..f1516ef75a 100644 --- a/helpers/ntlm_auth/no_check/Makefile.am +++ b/helpers/ntlm_auth/no_check/Makefile.am @@ -1,11 +1,14 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.2 2001/12/27 00:23:34 hno Exp $ +# $Id: Makefile.am,v 1.3 2002/05/20 02:03:57 hno Exp $ # # Uncomment and customize the following to suit your needs: # libexec_SCRIPTS = no_check.pl -EXTRA_DIST = no_check.pl +EXTRA_DIST = \ + no_check.pl \ + README.no_check_ntlm_auth + diff --git a/helpers/ntlm_auth/winbind/Makefile.am b/helpers/ntlm_auth/winbind/Makefile.am index 180b701379..72da0dd336 100644 --- a/helpers/ntlm_auth/winbind/Makefile.am +++ b/helpers/ntlm_auth/winbind/Makefile.am @@ -1,11 +1,14 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.3 2002/05/20 01:46:20 hno Exp $ +# $Id: Makefile.am,v 1.4 2002/05/20 02:03:57 hno Exp $ # 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 LDADD = -L$(top_builddir)/lib -lmiscutil -lntlmauth -lm diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 9a16131785..3268afc0ff 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -1,6 +1,6 @@ # Makefile for storage modules in the Squid Object Cache server # -# $Id: Makefile.am,v 1.1 2001/08/31 11:19:29 robertc Exp $ +# $Id: Makefile.am,v 1.2 2002/05/20 02:03:58 hno Exp $ # AUTOMAKE_OPTIONS = subdir-objects @@ -20,6 +20,9 @@ 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/ -- 2.47.3