From: hno <> Date: Sat, 31 May 2003 17:34:59 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_PRE1~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c27256e02a568a85a6dc8cfa4bc81e69b8fc75c;p=thirdparty%2Fsquid.git Bootstrapped --- 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