From 1571e9b9f6749511534ee47b62e97674bb10c3fb Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Tue, 16 Oct 2012 15:07:38 +0100 Subject: [PATCH] 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 --- src/tools/rxperf/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tools/rxperf/Makefile.in b/src/tools/rxperf/Makefile.in index c8fe95c4d0..e7be440184 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