summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-10-21 19:37:14 -0400
committerGreg Hudson <ghudson@mit.edu>2012-12-19 14:24:21 -0500
commitf0794cba6a406fc834434eb6dc794bf29eda4a13 (patch)
tree3bfafe2a47b9606b6e0224666a403a4b63815ad3 /src/include/Makefile.in
parent9d411fc71fa25b05de0031238ebb084dd60a846c (diff)
downloadkrb5-f0794cba6a406fc834434eb6dc794bf29eda4a13.tar.gz
krb5-f0794cba6a406fc834434eb6dc794bf29eda4a13.tar.xz
krb5-f0794cba6a406fc834434eb6dc794bf29eda4a13.zip
Separate clpreauth and kdcpreauth interfaces
Since there is no overlap between the clpreauth and kdcpreauth interface declarations, there's no particular reason to combine them into one header. For backward compatibility and convenience, leave behind a preauth_plugin.h which includes both.
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index c69b809166..fffe768002 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -95,7 +95,7 @@ verify-calling-conventions-krb5: private-and-public-decls
$(PERL) -w $(top_srcdir)/util/def-check.pl private-and-public-decls $(top_srcdir)/lib/krb5_32.def
##DOS##!if 0
-HEADERS_TO_CHECK = krb5/krb5.h $(srcdir)/k5-int.h $(srcdir)/krb5/preauth_plugin.h
+HEADERS_TO_CHECK = krb5/krb5.h $(srcdir)/k5-int.h $(srcdir)/krb5/clpreauth_plugin.h
private-and-public-decls: $(HEADERS_TO_CHECK)
cat $(HEADERS_TO_CHECK) > $@
@@ -138,6 +138,8 @@ 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/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
$(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