The following commit has been merged in the openafs-stable-1_6_x branch:
commit e125205aca8248ca7aab8d027a337abef3fc1c56
Author: Andrew Deason <[email protected]>
Date:   Fri Aug 15 01:34:03 2014 -0500

    objdir build: Add objdir include paths
    
    In commits ff0644c4cf5a54747bf3af2cc9605163e1debcb7,
    3be9a451b523cd955cd5b3e68ee3a44ab083c14f, and
    7c451fab11b65dd5e2860715b939e5de33c7645e, some includes were changed
    from e.g. <afs/auth.h> to "auth.h". This means that src/auth must be
    in the include path for that file. For a file like src/auth/ktc.c,
    that's usually fine, since '.' is added to the include path.
    
    However, several of these files are also compiled from different
    directories, such as src/libafsauthent. These need to also have the
    relevant include path added, or else we cannot include the relevant
    file. So, add the needed include paths.
    
    This commit is 1.6-specific. The build system on the master branch
    differs greatly, and these files are not build separately in these
    directories.
    
    Change-Id: I502b99b9411aff9660b50f0f4d9a4fb4f6a1106a
    Reviewed-on: http://gerrit.openafs.org/11392
    Tested-by: BuildBot <[email protected]>
    Tested-by: Stephan Wiesand <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: D Brashear <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/libafsauthent/Makefile.in   |    4 ++--
 src/pam/Makefile.in             |    2 +-
 src/shlibafsauthent/Makefile.in |    2 +-
 src/shlibafsrpc/Makefile.in     |    6 +++---
 4 files changed, 7 insertions(+), 7 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to