summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-07-01 11:40:27 -0400
committerGreg Hudson <ghudson@mit.edu>2013-07-01 11:40:27 -0400
commit0b34e44dc626814857efe5efa32623bff50e6c8c (patch)
tree8d80ef276c3a6859f63a3b65c1d270e2a866fa90 /src/include
parenta1933d02c87e9d78ddbc586d460028aabbd747cb (diff)
downloadkrb5-0b34e44dc626814857efe5efa32623bff50e6c8c.tar.gz
krb5-0b34e44dc626814857efe5efa32623bff50e6c8c.tar.xz
krb5-0b34e44dc626814857efe5efa32623bff50e6c8c.zip
Install localauth_plugin.h
The localauth pluggable interface was added on master in February, but we neglected to install its header file.
Diffstat (limited to 'src/include')
-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 16c13e4b92..03f511c32d 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