]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Search srcdir and objdir paths for rxkad includes
authorBenjamin Kaduk <kaduk@mit.edu>
Tue, 21 Jan 2014 19:59:59 +0000 (14:59 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Fri, 7 Feb 2014 18:22:26 +0000 (10:22 -0800)
commit9987cb6cc35463eaf87d209e741aacf5c621d894
tree8c703ab09a3287aba6f89530dfe9f0aaabb02dbc
parent2313e78e82354390e76ec0d24c7f2229c901e18e
Search srcdir and objdir paths for rxkad includes

The addition of rxkad-k5 support in 1.6.5 introduced dependencies
on rxkad to the auth and afsauthent libraries.  However, the rxkad
headers used are both source files and generated files, so we must
add both the source and build tree rxkad directories to the include
search path.

This is a 1.6-only change, since on master we are using libtool
and do not need to reach into other parts of the source tree
to rebuild certain files into these libraries.

Change-Id: I819095a3e0ac259bba43205d0462659cbd2c6f03
Reviewed-on: http://gerrit.openafs.org/10736
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/auth/Makefile.in
src/libafsauthent/Makefile.in
src/shlibafsauthent/Makefile.in