From: Simon Wilkinson Date: Tue, 16 Oct 2012 14:07:38 +0000 (+0100) Subject: rxperf: Use libtool RX library X-Git-Tag: upstream/1.8.0_pre1^2~1921 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1571e9b9f6749511534ee47b62e97674bb10c3fb;p=packages%2Fo%2Fopenafs.git rxperf: Use libtool RX library Use the libtool built liboafs_rx.la, rather than using libafsrpc for OpenAFS Change-Id: Iffc32e512b6f8dd2a89bbc9774b0477236087b0c Reviewed-on: http://gerrit.openafs.org/8243 Reviewed-by: Derrick Brashear Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/tools/rxperf/Makefile.in b/src/tools/rxperf/Makefile.in index c8fe95c4d..e7be44018 100644 --- a/src/tools/rxperf/Makefile.in +++ b/src/tools/rxperf/Makefile.in @@ -3,8 +3,7 @@ include @TOP_OBJDIR@/src/config/Makefile.config include @TOP_OBJDIR@/src/config/Makefile.pthread top_builddir=@TOP_OBJDIR@ -LIBS= $(TOP_LIBDIR)/libafsrpc.a \ - $(top_builddir)/src/opr/liboafs_opr.la +LIBS= $(top_builddir)/src/rx/liboafs_rx.la all: rxperf