]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Need to dist the PAM and LDAP manpages
authorhno <>
Tue, 8 Jan 2002 23:24:15 +0000 (23:24 +0000)
committerhno <>
Tue, 8 Jan 2002 23:24:15 +0000 (23:24 +0000)
helpers/basic_auth/LDAP/Makefile.am
helpers/basic_auth/LDAP/Makefile.in
helpers/basic_auth/PAM/Makefile.am
helpers/basic_auth/PAM/Makefile.in

index e61a2f18f50557201fdbf66dbf0a14a28e4067e4..bc5de010d3c1df24aea92d1b3ddafe13db587998 100644 (file)
@@ -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
index 3557840a9ec2a77406863ee87ec84141d72a350a..045f14dcf727aabaec369ade59338f1b9334a27c 100644 (file)
 
 @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
index 46cba89318c0b38589d5b60219a9306aefce857e..73be7b9f9cad0b1713f2489c72151119f377ccf5 100644 (file)
@@ -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)
index 3d639c0ccb46f359d33603c3908fec2bb0d7cdd0..8ab551c4b664d18dcb7f77621a5b98eaba542938 100644 (file)
@@ -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