]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct digest_ldap_auth program name
authorhno <>
Thu, 29 Dec 2005 09:43:02 +0000 (09:43 +0000)
committerhno <>
Thu, 29 Dec 2005 09:43:02 +0000 (09:43 +0000)
helpers/digest_auth/ldap/Makefile.am

index ccd8b932f30fe1080efb8348fb45bcf4500dd1b1..5c855794023485a262743e42523d7cfca087005e 100644 (file)
@@ -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