From d128730084480ef961c98c5fe6759e150a69e78b Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 4 Jan 2007 00:27:06 +0000 Subject: [PATCH] pull up r19029 from trunk r19029@cathode-dark-space: raeburn | 2007-01-03 17:53:33 -0500 ticket: 3906 tags: pullup * Makefile.in (install): Install kdb5_ldap_util.M. Based on patch from Michael Calmer. ticket: 3906 version_fixed: 1.6 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19032 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/kdb/ldap/ldap_util/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/kdb/ldap/ldap_util/Makefile.in b/src/plugins/kdb/ldap/ldap_util/Makefile.in index 7d3956f7a..50b8ff452 100644 --- a/src/plugins/kdb/ldap/ldap_util/Makefile.in +++ b/src/plugins/kdb/ldap/ldap_util/Makefile.in @@ -23,6 +23,7 @@ $(PROG): $(OBJS) $(KADMSRV_DEPLIBS) $(KRB4COMPAT_DEPLIBS) $(GETDATE) install:: $(INSTALL_PROGRAM) $(PROG) ${DESTDIR}$(ADMIN_BINDIR)/$(PROG) + $(INSTALL_DATA) $(srcdir)/$(PROG).M ${DESTDIR}$(ADMIN_MANDIR)/$(PROG).8 clean:: $(RM) $(PROG) $(OBJS) -- 2.26.2