OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2927-ge521830
Gerrit Code Review
gerrit@openafs.org
Tue, 11 Sep 2012 19:34:07 -0700 (PDT)
The following commit has been merged in the master branch:
commit e52183033fdc83f927383ff432c9bd7e024051ba
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Aug 30 12:41:04 2012 +0100
kauth: Use libtool
Modify the kauth directory so that we use libtool to build its library.
Unlike most of our other directories, kauth has few pthreaded consumers
within the tree, so the libtool library itself is currently unused. The
libtool conversion is done as a stepping point for libafsauthent, which
does include kauth objects.
At the same time, we take the opportunity to modify kaserver so that it
uses libkauth, rather than referencing the library objects directly
Change-Id: I9d261686753b30c415f767603d44c7ce6e10eed1
Reviewed-on: http://gerrit.openafs.org/8095
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
src/kauth/Makefile.in | 73 ++++++++++++++++++----------------------
src/kauth/liboafs_kauth.la.sym | 1 +
2 files changed, 34 insertions(+), 40 deletions(-)
--
OpenAFS Master Repository