summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-08-05 14:43:24 -0400
committerGreg Hudson <ghudson@mit.edu>2013-08-15 12:27:39 -0400
commitd61fbd85467c71c9bfb185e0e675e1619972bd0b (patch)
tree7657cff654502e6ef3e8e54625b4ef29bdca0e9d /src/include/Makefile.in
parente7b3a8cad4dcd6f52d094e81595aa4aee817e898 (diff)
downloadkrb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.tar.gz
krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.tar.xz
krb5-d61fbd85467c71c9bfb185e0e675e1619972bd0b.zip
Add hostrealm pluggable interface definition
ticket: 7687 (new)
Diffstat (limited to 'src/include/Makefile.in')
-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 b8ea640b42..e13042a856 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/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/hostrealm_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)hostrealm_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