]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Missing files added to "make dist"
authorhno <>
Mon, 20 May 2002 08:03:55 +0000 (08:03 +0000)
committerhno <>
Mon, 20 May 2002 08:03:55 +0000 (08:03 +0000)
helpers/basic_auth/MSNT/Makefile.am
helpers/basic_auth/SMB/Makefile.am
helpers/basic_auth/multi-domain-NTLM/Makefile.am
helpers/ntlm_auth/no_check/Makefile.am
helpers/ntlm_auth/winbind/Makefile.am
src/fs/Makefile.am

index bd71c5e2a9d85a7ad731883dbb7ae600ffd18b29..5525712490921568859d0cbca82aa4b5171f95ff 100644 (file)
@@ -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 \
index b882f2418db1a3fc856a9fa79adef37762fe3091..7a2ecd427479397e71e0a3c2f9be8fe2f8181a0a 100644 (file)
@@ -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)
 
index 9f581398efc6c83e2f3720db401c68adda5d6811..10bf10350e183c7afb538cf7faa3ddcfe131f468 100644 (file)
@@ -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
index de25a0b718f398e7763cd9537d3bf8b1ea467882..f1516ef75a9ac0976f9e883991e0a02f469ee5e2 100644 (file)
@@ -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
+
index 180b7013791fc00b39fb6a7b69b475daf98423e7..72da0dd33661852b17cae058a4744620aff2b9b3 100644 (file)
@@ -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
index 9a161317857fdf59be2a3225ca35de02bbec2830..3268afc0ff518c699318b0b3912178a63e113798 100644 (file)
@@ -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/