summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-05-24 21:19:23 +0000
committerKen Raeburn <raeburn@mit.edu>2006-05-24 21:19:23 +0000
commit064ec564a8a14c5f41bd2bb966f2277728187baf (patch)
tree72ab53c21bb021e667f8574807a2850eae7b5dbb /src/include/Makefile.in
parentb2039aad70e01a64cb8265b053f7b0b98935e81a (diff)
downloadkrb5-064ec564a8a14c5f41bd2bb966f2277728187baf.tar.gz
krb5-064ec564a8a14c5f41bd2bb966f2277728187baf.tar.xz
krb5-064ec564a8a14c5f41bd2bb966f2277728187baf.zip
Rename locate.h to locate_plugin.h. Change references, update dependencies
ticket: 3784 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18037 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 0fb6b3a20..313a01782 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -116,5 +116,5 @@ clean::
install-headers-unix install:: krb5/krb5.h profile.h
$(INSTALL_DATA) $(srcdir)/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h
$(INSTALL_DATA) krb5/krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)krb5.h
- $(INSTALL_DATA) $(srcdir)/krb5/locate.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate.h
+ $(INSTALL_DATA) $(srcdir)/krb5/locate_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate_plugin.h
$(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h