From 2039f07d8189266fdd80e4cc191cb469f7afe2bd Mon Sep 17 00:00:00 2001 From: serassio <> Date: Wed, 23 Nov 2005 02:45:04 +0000 Subject: [PATCH] Fixed make dist problem. --- helpers/basic_auth/mswin_sspi/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/basic_auth/mswin_sspi/Makefile.am b/helpers/basic_auth/mswin_sspi/Makefile.am index f44dfbca06..1b60e1fc21 100755 --- a/helpers/basic_auth/mswin_sspi/Makefile.am +++ b/helpers/basic_auth/mswin_sspi/Makefile.am @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1 2005/10/30 21:48:21 serassio Exp $ +# $Id: Makefile.am,v 1.2 2005/11/22 19:45:04 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -16,4 +16,4 @@ LDADD = -L$(top_builddir)/lib -lnetapi32 -ladvapi32 -lsspwin32 \ INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I$(top_srcdir)/src -EXTRA_DIST = README.txt +EXTRA_DIST = readme.txt -- 2.47.3