summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-10-15 16:29:28 +0000
committerGreg Hudson <ghudson@mit.edu>2011-10-15 16:29:28 +0000
commit271cba729298a55a25f557fe1fa8fdb6a2399b47 (patch)
tree6963d5f0ae44f655491ace823774c3321a7d846e
parentdd3c630b60b0c40a1ce70ca74ff911fd6a5a3600 (diff)
downloadkrb5-271cba729298a55a25f557fe1fa8fdb6a2399b47.tar.gz
krb5-271cba729298a55a25f557fe1fa8fdb6a2399b47.tar.xz
krb5-271cba729298a55a25f557fe1fa8fdb6a2399b47.zip
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. ticket: 6977 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25353 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/include/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 1887031720..c69b809166 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -140,6 +140,7 @@ install-headers-unix install:: krb5/krb5.h profile.h
$(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