From: hno <> Date: Sat, 31 May 2003 17:31:46 +0000 (+0000) Subject: Spelling error in crypt_md5.h filename prevending make dist from working X-Git-Tag: SQUID_3_0_PRE1~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=960e10e12d1204199fbe8c81db71ce1cefb435a2;p=thirdparty%2Fsquid.git Spelling error in crypt_md5.h filename prevending make dist from working --- diff --git a/helpers/basic_auth/NCSA/Makefile.am b/helpers/basic_auth/NCSA/Makefile.am index 0f63d35ff3..825c3b961c 100644 --- a/helpers/basic_auth/NCSA/Makefile.am +++ b/helpers/basic_auth/NCSA/Makefile.am @@ -1,12 +1,12 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.4 2003/05/28 22:42:32 hno Exp $ +# $Id: Makefile.am,v 1.5 2003/05/31 11:31:46 hno Exp $ # # Uncomment and customize the following to suit your needs: # 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