OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_6-19-g9987cb6

Gerrit Code Review gerrit@openafs.org
Fri, 7 Feb 2014 10:23:30 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 9987cb6cc35463eaf87d209e741aacf5c621d894
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Tue Jan 21 14:59:59 2014 -0500

    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            |    2 +-
 src/libafsauthent/Makefile.in   |    2 +-
 src/shlibafsauthent/Makefile.in |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
OpenAFS Master Repository