From: Amos Jeffries Date: Mon, 5 Oct 2009 10:41:19 +0000 (+1300) Subject: Get getpwnam helper name right X-Git-Tag: SQUID_3_2_0_1~664 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=448e208814376cbc9680726dbeadd2e62b5fe513;p=thirdparty%2Fsquid.git Get getpwnam helper name right --- diff --git a/helpers/basic_auth/getpwnam/Makefile.am b/helpers/basic_auth/getpwnam/Makefile.am index 2866abb7c2..4f713106d8 100644 --- a/helpers/basic_auth/getpwnam/Makefile.am +++ b/helpers/basic_auth/getpwnam/Makefile.am @@ -1,10 +1,10 @@ include $(top_srcdir)/src/Common.am -libexec_PROGRAMS = basic_getpwname_auth +libexec_PROGRAMS = basic_getpwnam_auth -basic_getpwname_auth_SOURCES = basic_getpwnam_auth.cc -basic_getpwname_auth_LDADD = \ +basic_getpwnam_auth_SOURCES = basic_getpwnam_auth.cc +basic_getpwnam_auth_LDADD = \ $(COMPAT_LIB) \ $(CRYPTLIB) -man_MANS = basic_getpwname_auth.8 +man_MANS = basic_getpwnam_auth.8