From 8c27256e02a568a85a6dc8cfa4bc81e69b8fc75c Mon Sep 17 00:00:00 2001 From: hno <> Date: Sat, 31 May 2003 17:34:59 +0000 Subject: [PATCH] Bootstrapped --- helpers/basic_auth/NCSA/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/basic_auth/NCSA/Makefile.in b/helpers/basic_auth/NCSA/Makefile.in index cbfbc428b0..0bf85b93bf 100644 --- a/helpers/basic_auth/NCSA/Makefile.in +++ b/helpers/basic_auth/NCSA/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.43 2003/05/29 00:13:12 hno Exp $ +# $Id: Makefile.in,v 1.44 2003/05/31 11:34:59 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -211,7 +211,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ libexec_PROGRAMS = ncsa_auth -ncsa_auth_SOURCES = ncsa_auth.c crypt_md5.c crtpe_md5.h +ncsa_auth_SOURCES = ncsa_auth.c crypt_md5.c crypt_md5.h LDADD = -L$(top_builddir)/lib -lmiscutil $(CRYPTLIB) $(XTRA_LIBS) $(SSLLIB) INCLUDES = -I$(top_srcdir)/include subdir = helpers/basic_auth/NCSA -- 2.47.2