From: hno <> Date: Thu, 29 Dec 2005 09:43:02 +0000 (+0000) Subject: Correct digest_ldap_auth program name X-Git-Tag: SQUID_3_0_PRE4~414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27c3fe1afe8488b54765a236803c35735e39b007;p=thirdparty%2Fsquid.git Correct digest_ldap_auth program name --- diff --git a/helpers/digest_auth/ldap/Makefile.am b/helpers/digest_auth/ldap/Makefile.am index ccd8b932f3..5c85579402 100644 --- a/helpers/digest_auth/ldap/Makefile.am +++ b/helpers/digest_auth/ldap/Makefile.am @@ -1,13 +1,13 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.1 2005/12/29 02:11:00 hno Exp $ +# $Id: Makefile.am,v 1.2 2005/12/29 02:43:02 hno Exp $ # # Uncomment and customize the following to suit your needs: # libexec_PROGRAMS = digest_ldap_auth -digest_pw_auth_SOURCES = digest_pw_auth.c \ +digest_ldap_auth_SOURCES = digest_pw_auth.c \ digest_common.h \ ldap_backend.c \ ldap_backend.h