OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2930-g3c3d209
Gerrit Code Review
gerrit@openafs.org
Wed, 12 Sep 2012 06:48:31 -0700 (PDT)
The following commit has been merged in the master branch:
commit 3c3d209a4f2a3efbd9fa1d3cd59e735a45a2d690
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Aug 31 11:13:06 2012 +0100
libafsauthent: Build with libtool
Construct the libafsauthent library with libtool. All libraries
contributing to libafsauthent provide a libauthent_<library>.la
convenience library, which we use libtool to combine into shared
and static versions of libafsauthent.
Change-Id: I76fa61eb027862eab730c4c86ab74a7b7e03c13b
Reviewed-on: http://gerrit.openafs.org/8097
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: Derrick Brashear <shadow@your-file-system.com>
Makefile.in | 18 +--
configure.ac | 1 -
src/audit/Makefile.in | 8 +-
src/auth/Makefile.in | 9 +-
src/kauth/Makefile.in | 6 +-
src/libafsauthent/Makefile.in | 308 +++-----------------------
src/libafsauthent/libafsauthent.la.sym | 75 +++++++
src/libafsrpc/libafsrpc.la.sym | 3 +
src/ptserver/Makefile.in | 7 +-
src/shlibafsauthent/.gitignore | 6 -
src/shlibafsauthent/Makefile.in | 378 --------------------------------
src/shlibafsauthent/NTMakefile | 228 -------------------
src/shlibafsauthent/README | 24 --
src/shlibafsauthent/afsauthent.def | 92 --------
src/shlibafsauthent/afsauthent.rc | 18 --
src/shlibafsauthent/libafsauthent.map | 88 --------
src/sys/Makefile.in | 4 +
src/tbudb/Makefile.in | 1 -
src/tptserver/Makefile.in | 1 -
src/tvolser/Makefile.in | 1 -
src/ubik/Makefile.in | 15 +-
src/vlserver/Makefile.in | 9 +-
src/volser/Makefile.in | 6 +-
23 files changed, 158 insertions(+), 1148 deletions(-)
--
OpenAFS Master Repository