OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-537-g8f7ae51

Gerrit Code Review gerrit@openafs.org
Mon, 6 Dec 2010 21:38:02 -0800 (PST)


The following commit has been merged in the master branch:
commit 8f7ae51c6145f4c284298a1dcc6efd5562246243
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Mon Dec 6 15:41:33 2010 -0600

    tubik: Link with libafsauthent
    
    libubik_pthread.a requires libafsauthent.a, since we make use of
    afsconf_* functions. Add libafsauthent to LIBS and make tubik depend
    on it.
    
    Remove linking to liblwp while we're here, as we should not be using
    any LWP code.
    
    Change-Id: Ie028fedfbc3e7a8a78dc69a2c38be99eb72602da
    Reviewed-on: http://gerrit.openafs.org/3464
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 Makefile.in           |    2 +-
 src/tubik/Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository