]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Spelling error in crypt_md5.h filename prevending make dist from working
authorhno <>
Sat, 31 May 2003 17:31:46 +0000 (17:31 +0000)
committerhno <>
Sat, 31 May 2003 17:31:46 +0000 (17:31 +0000)
helpers/basic_auth/NCSA/Makefile.am

index 0f63d35ff36b061efe01b2f22d7d46d33a618d7b..825c3b961cfa6719b9515c2682273ed69d34b11b 100644 (file)
@@ -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