summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2006-11-09 22:56:39 +0000
committerRuss Allbery <rra@stanford.edu>2006-11-09 22:56:39 +0000
commitd11935200186040132e05e2beaaba20a770ee3ef (patch)
tree7d53079113a194fd533328c5b7d446789e73589f /src/include/Makefile.in
parenta01105065c1e6d28870205337cbe01b26b1cafde (diff)
downloadkrb5-d11935200186040132e05e2beaaba20a770ee3ef.tar.gz
krb5-d11935200186040132e05e2beaaba20a770ee3ef.tar.xz
krb5-d11935200186040132e05e2beaaba20a770ee3ef.zip
Install gssapi.h in includedir that includes gssapi/gssapi.h so that either
form of #include will work. Provides better compatibility with Heimdal. ticket: 2240 Component: krb5-libs Version_Reported: 1.3.2 Target_Version: 1.6 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18791 dc483132-0cff-0310-8789-dd5450dbe970
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 02e7b5e9f4..47bdce823d 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -126,3 +126,4 @@ 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/locate_plugin.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5$(S)locate_plugin.h
$(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h
+ $(INSTALL_DATA) $(srcdir)/gssapi.h $(DESTDIR)$(KRB5_INCDIR)$(S)gssapi.h