krb5 commit: Install ccselect_plugin.h

Greg Hudson ghudson at MIT.EDU
Mon Jul 1 11:35:13 EDT 2013


https://github.com/krb5/krb5/commit/a1933d02c87e9d78ddbc586d460028aabbd747cb
commit a1933d02c87e9d78ddbc586d460028aabbd747cb
Author: Greg Hudson <ghudson at mit.edu>
Date:   Mon Jul 1 11:31:13 2013 -0400

    Install ccselect_plugin.h
    
    The ccselect pluggable interface was added in release 1.10, but we
    neglected to install its header file.
    
    ticket: 7671 (new)
    target_version: 1.11.4
    tags: pullup

 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 5002349..16c13e4 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/clpreauth_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)clpreauth_plugin.h
 	$(INSTALL_DATA) $(srcdir)/krb5/kdcpreauth_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)kdcpreauth_plugin.h
 	$(INSTALL_DATA) $(srcdir)/krb5/locate_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate_plugin.h


More information about the cvs-krb5 mailing list