]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Mon, 20 May 2002 08:05:32 +0000 (08:05 +0000)
committerhno <>
Mon, 20 May 2002 08:05:32 +0000 (08:05 +0000)
helpers/basic_auth/MSNT/Makefile.in
helpers/basic_auth/SMB/Makefile.in
helpers/basic_auth/multi-domain-NTLM/Makefile.in
helpers/ntlm_auth/no_check/Makefile.in
helpers/ntlm_auth/winbind/Makefile.in
src/fs/Makefile.in

index bc2b438f6d5167e5471004d4e77aab5b8c9b0eb9..1e353bc89729e89c62d777671de83f65a4b28fee 100644 (file)
@@ -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 \
index 63ae9852546b10e8aeb8ce680eec4f4d332fe8dc..4e188f8368bf3090f64f587dbeaa9f6247b844e3 100644 (file)
@@ -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)
 
index 1127bef41f6bfe5cfc4c2c605ac4afa5b22246e3..49fce7d1387c94a1926c1d477ca8ee686941c438 100644 (file)
@@ -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
index 3842971225d7d84e32c3966d24dbe94d3af505fd..b5571e988a778c15b1580a76f308c2e9a944dd42 100644 (file)
@@ -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
index 2a5d38b5d1a81f62a05b4cb4e53137ab226526ac..83784c89b506ddd0ea197bdf6acb1f35ff4d6c89 100644 (file)
@@ -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,/[^/]*$$,,'`; \
index bddf186ef30a815e6ebb53353ff650c235b916bf..2676f7c90fd5562e082309f757cb8b999ca549f6 100644 (file)
@@ -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,/[^/]*$$,,'`; \