ticket: 2587
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16428
dc483132-0cff-0310-8789-
dd5450dbe970
2004-06-09 Sam Hartman <hartmans@mit.edu>
+ * Makefile.in (install-headers-unix install): install
+ gssapi_krb5.h from build directory not source directory
+
* accept_sec_context.c (krb5_gss_accept_sec_context): If the
server provides channel bindings, these channel bindings must be
matched. Thus clients can only provide null channel bindings if
install-headers-unix install::
@set -x; for f in $(EXPORTED_HEADERS) ; \
- do $(INSTALL_DATA) $(srcdir)/$$f \
+ do $(INSTALL_DATA) $$f \
$(DESTDIR)$(KRB5_INCDIR)/gssapi/$$f ; \
done