From dedacdb3779bc4e85a599c711878992ce96008b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 20 Mar 2004 13:40:56 +0000 Subject: [PATCH] add acl and krb524_convert_creds_kdc manpages and test_acl test program git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13568 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index ddd963b19..024840a99 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -20,6 +20,7 @@ TESTS = \ derived-key-test \ store-test \ parse-name-test \ + test_acl \ test_cc \ test_config \ test_time \ @@ -157,7 +158,9 @@ man_MANS = \ kerberos.8 \ krb5.3 \ krb5.conf.5 \ + krb524_convert_creds_kdc.3 \ krb5_425_conv_principal.3 \ + krb5_acl_match_file.3 \ krb5_address.3 \ krb5_aname_to_localname.3 \ krb5_appdefault.3 \