krb5 commit: Install localauth_plugin.h

Greg Hudson ghudson at MIT.EDU
Mon Jul 1 11:40:56 EDT 2013


https://github.com/krb5/krb5/commit/0b34e44dc626814857efe5efa32623bff50e6c8c
commit 0b34e44dc626814857efe5efa32623bff50e6c8c
Author: Greg Hudson <ghudson at mit.edu>
Date:   Mon Jul 1 11:40:27 2013 -0400

    Install localauth_plugin.h
    
    The localauth pluggable interface was added on master in February, but
    we neglected to install its header file.

 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 16c13e4..03f511c 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -141,6 +141,7 @@ install-headers-unix install:: krb5/krb5.h profile.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/localauth_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)localauth_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