diff options
| author | Greg Hudson <ghudson@mit.edu> | 2010-08-27 04:29:11 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2010-08-27 04:29:11 +0000 |
| commit | 6ab229f02aaac7dff94091946192e50a9fc2f84e (patch) | |
| tree | 341a336f2cbdb513d38eb54b811a8cb3b2c0feee /src/include/Makefile.in | |
| parent | a9da3aff7aa022151f234e52e3da826cefcc7be1 (diff) | |
| download | krb5-6ab229f02aaac7dff94091946192e50a9fc2f84e.tar.gz krb5-6ab229f02aaac7dff94091946192e50a9fc2f84e.tar.xz krb5-6ab229f02aaac7dff94091946192e50a9fc2f84e.zip | |
New plugin infrastructure
Merge domain-independent plugin framework code from branches/plugins2,
leaving out the password quality interface.
ticket: 6763
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24263 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
| -rw-r--r-- | src/include/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in index 651bd3df8..930712d18 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -137,6 +137,7 @@ install-headers-unix install:: krb5/krb5.h profile.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/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) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h $(INSTALL_DATA) $(srcdir)/gssapi.h $(DESTDIR)$(KRB5_INCDIR)$(S)gssapi.h |
