OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3364-gaea9e64

Gerrit Code Review gerrit@openafs.org
Wed, 6 Feb 2013 06:11:40 -0800 (PST)


The following commit has been merged in the master branch:
commit aea9e64147bd4883764f2d85b98c37a79c5e135a
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Jan 8 14:38:34 2013 +0000

    pam: Build using libtool
    
    Build the pam_afs and pam_afs.krb modules using libtool, so they
    fit in with the rest of the new build infrastructure.
    
    This requires some additonal symbol exports from auth and kauth,
    which are included
    
    Change-Id: I97a130ba69216cd63ba388f2aaabe830a0c4543f
    Reviewed-on: http://gerrit.openafs.org/8900
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/auth/liboafs_auth.la.sym   |    4 ++
 src/kauth/liboafs_kauth.la.sym |    8 +++
 src/pam/Makefile.in            |   95 ++++++++++++++++++----------------------
 src/rxkad/liboafs_rxkad.la.sym |    2 +
 4 files changed, 56 insertions(+), 53 deletions(-)

-- 
OpenAFS Master Repository