From 370e4497d230f68cdc3500ae23d003d447fdc2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 13 Dec 2007 20:40:57 +0000 Subject: [PATCH] Add missing files, from Buchan Milne. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22285 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/Makefile.am | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kuser/Makefile.am b/kuser/Makefile.am index 5e0616588..669905838 100644 --- a/kuser/Makefile.am +++ b/kuser/Makefile.am @@ -4,7 +4,12 @@ include $(top_srcdir)/Makefile.am.common AM_CPPFLAGS += $(INCLUDE_hcrypto) -I$(srcdir)/../lib/krb5 -man_MANS = kinit.1 klist.1 kdestroy.1 kgetcred.1 kimpersonate.1 +man_MANS = \ + kinit.1 \ + klist.1 \ + kdestroy.1 \ + kgetcred.1 \ + kimpersonate.1 SLC = $(top_builddir)/lib/sl/slc @@ -12,7 +17,6 @@ bin_PROGRAMS = kinit klist kdestroy kgetcred libexec_PROGRAMS = kdigest kimpersonate noinst_PROGRAMS = kverify kdecode_ticket generate-requests copy_cred_cache -noinst_MANS = copy_cred_cache.1 kinit_LDADD = \ $(LIB_kafs) \ @@ -56,4 +60,5 @@ LDADD = \ install-exec-hook: (cd $(DESTDIR)$(bindir) && rm -f kauth && $(LN_S) kinit kauth) -EXTRA_DIST = $(man_MANS) kuser_locl.h kdigest-commands.in +EXTRA_DIST = $(man_MANS) kuser_locl.h kdigest-commands.in copy_cred_cache.1 +