svn rev #25353: trunk/src/include/

ghudson@MIT.EDU ghudson at MIT.EDU
Sat Oct 15 12:29:28 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=25353
Commit By: ghudson
Log Message:
ticket: 6977
subject: Install krb5/preauth_plugin.h

The clpreauth and kdcpreauth pluggable interfaces are public as of
krb5 1.10.  Install the header so that preauth modules can be built
outside of the krb5 source tree.


Changed Files:
U   trunk/src/include/Makefile.in
Modified: trunk/src/include/Makefile.in
===================================================================
--- trunk/src/include/Makefile.in	2011-10-15 16:26:27 UTC (rev 25352)
+++ trunk/src/include/Makefile.in	2011-10-15 16:29:28 UTC (rev 25353)
@@ -140,6 +140,7 @@
 	$(INSTALL_DATA) krb5/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)krb5.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
 	$(INSTALL_DATA) $(srcdir)/krb5/pwqual_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)pwqual_plugin.h
 	$(INSTALL_DATA) $(srcdir)/krb5/kadm5_hook_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)kadm5_hook_plugin.h
 	$(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h




More information about the cvs-krb5 mailing list