diff --git a/kuser/Makefile.am b/kuser/Makefile.am index 4e0fbf88a..8955f0d90 100644 --- a/kuser/Makefile.am +++ b/kuser/Makefile.am @@ -4,11 +4,12 @@ include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) $(INCLUDE_des) -I$(srcdir)/../lib/krb5 -man_MANS = kinit.1 klist.1 kdestroy.1 kgetcred.1 copy_cred_cache.1 +man_MANS = kinit.1 klist.1 kdestroy.1 kgetcred.1 bin_PROGRAMS = kinit klist kdestroy kgetcred noinst_PROGRAMS = kverify kdecode_ticket generate-requests copy_cred_cache +noinst_MANS = copy_cred_cache.1 kinit_LDADD = \ $(LIB_kafs) \