From: hno <> Date: Tue, 8 Jan 2002 23:24:15 +0000 (+0000) Subject: Need to dist the PAM and LDAP manpages X-Git-Tag: SQUID_3_0_PRE1~1210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac59681a0a3187c44243abbedb7e3d76b4c6839;p=thirdparty%2Fsquid.git Need to dist the PAM and LDAP manpages --- diff --git a/helpers/basic_auth/LDAP/Makefile.am b/helpers/basic_auth/LDAP/Makefile.am index e61a2f18f5..bc5de010d3 100644 --- a/helpers/basic_auth/LDAP/Makefile.am +++ b/helpers/basic_auth/LDAP/Makefile.am @@ -1,7 +1,14 @@ +# +# Makefile for the Squid LDAP authentication helper +# +# $Id: Makefile.am,v 1.3 2002/01/08 16:24:15 hno Exp $ +# +# Uncomment and customize the following to suit your needs: +# -libexec_PROGRAMS = squid_ldap_auth +libexec_PROGRAMS = squid_ldap_auth +man_MANS = squid_ldap_auth.8 +EXTRA_DIST = squid_ldap_auth.8 +squid_ldap_auth_SOURCES = squid_ldap_auth.c -man_MANS = squid_ldap_auth.8 - -squid_ldap_auth_SOURCES = squid_ldap_auth.c LDADD = -lldap -llber diff --git a/helpers/basic_auth/LDAP/Makefile.in b/helpers/basic_auth/LDAP/Makefile.in index 3557840a9e..045f14dcf7 100644 --- a/helpers/basic_auth/LDAP/Makefile.in +++ b/helpers/basic_auth/LDAP/Makefile.in @@ -13,6 +13,14 @@ @SET_MAKE@ +# +# Makefile for the Squid LDAP authentication helper +# +# $Id: Makefile.in,v 1.10 2002/01/08 16:24:15 hno Exp $ +# +# Uncomment and customize the following to suit your needs: +# + SHELL = @SHELL@ srcdir = @srcdir@ @@ -119,10 +127,10 @@ install_sh = @install_sh@ makesnmplib = @makesnmplib@ libexec_PROGRAMS = squid_ldap_auth - man_MANS = squid_ldap_auth.8 - +EXTRA_DIST = squid_ldap_auth.8 squid_ldap_auth_SOURCES = squid_ldap_auth.c + LDADD = -lldap -llber subdir = src/auth/basic/helpers/LDAP mkinstalldirs = $(SHELL) $(top_srcdir)/cfgaux/mkinstalldirs diff --git a/helpers/basic_auth/PAM/Makefile.am b/helpers/basic_auth/PAM/Makefile.am index 46cba89318..73be7b9f9c 100644 --- a/helpers/basic_auth/PAM/Makefile.am +++ b/helpers/basic_auth/PAM/Makefile.am @@ -1,7 +1,7 @@ # -# Makefile for the Squid Object Cache server +# Makefile for the Squid PAM authentication helper # -# $Id: Makefile.am,v 1.2 2002/01/07 03:10:46 hno Exp $ +# $Id: Makefile.am,v 1.3 2002/01/08 16:24:21 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -9,6 +9,7 @@ INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ -I$(top_srcdir)/src/ -man_MANS = pam_auth.8 +man_MANS = pam_auth.8 +EXTRA_DIST = pam_auth.8 libexec_PROGRAMS = pam_auth LDADD = -lpam $(XTRA_LIBS) diff --git a/helpers/basic_auth/PAM/Makefile.in b/helpers/basic_auth/PAM/Makefile.in index 3d639c0ccb..8ab551c4b6 100644 --- a/helpers/basic_auth/PAM/Makefile.in +++ b/helpers/basic_auth/PAM/Makefile.in @@ -14,9 +14,9 @@ @SET_MAKE@ # -# Makefile for the Squid Object Cache server +# Makefile for the Squid PAM authentication helper # -# $Id: Makefile.in,v 1.8 2002/01/08 10:55:27 hno Exp $ +# $Id: Makefile.in,v 1.9 2002/01/08 16:24:21 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -131,6 +131,7 @@ INCLUDES = -I. -I$(top_builddir)/include -I$(top_srcdir)/include \ man_MANS = pam_auth.8 +EXTRA_DIST = pam_auth.8 libexec_PROGRAMS = pam_auth LDADD = -lpam $(XTRA_LIBS) subdir = src/auth/basic/helpers/PAM