[27825] in CVS-changelog-for-Kerberos-V5
krb5 commit: Install localauth_plugin.h
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Jul 1 11:41:00 2013
Date: Mon, 1 Jul 2013 11:40:56 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201307011540.r61Feu5K031376@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/0b34e44dc626814857efe5efa32623bff50e6c8c
commit 0b34e44dc626814857efe5efa32623bff50e6c8c
Author: Greg Hudson <ghudson@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
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5