krb5 commit [krb5-1.11]: Install ccselect_plugin.h

Tom Yu tlyu at MIT.EDU
Mon Jul 1 15:55:51 EDT 2013


https://github.com/krb5/krb5/commit/6d6a8b0e1425b4094f417919ce9c49cc72b608e1
commit 6d6a8b0e1425b4094f417919ce9c49cc72b608e1
Author: Tom Yu <tlyu at mit.edu>
Date:   Mon Jul 1 15:34:36 2013 -0400

    Install ccselect_plugin.h
    
    The ccselect pluggable interface was added in release 1.10, but we
    neglected to install its header file.
    
    (back ported from commit a1933d02c87e9d78ddbc586d460028aabbd747cb)
    
    ticket: 7671
    version_fixed: 1.11.4
    status: resolved

 src/include/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index c69b809..21da715 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -138,6 +138,7 @@ install-headers-unix install:: krb5/krb5.h profile.h
 	$(INSTALL_DATA) $(srcdir)/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h
 	$(INSTALL_DATA) $(srcdir)/kdb.h $(DESTDIR)$(KRB5_INCDIR)$(S)kdb.h
 	$(INSTALL_DATA) krb5/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)krb5.h
+	$(INSTALL_DATA) $(srcdir)/krb5/ccselect_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)ccselect_plugin.h
 	$(INSTALL_DATA) $(srcdir)/krb5/locate_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate_plugin.h
 	$(INSTALL_DATA) $(srcdir)/krb5/plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)plugin.h
 	$(INSTALL_DATA) $(srcdir)/krb5/preauth_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)preauth_plugin.h


More information about the cvs-krb5 mailing list