From: Simon Wilkinson Date: Tue, 16 Oct 2012 14:07:38 +0000 (+0100) Subject: rxperf: Use libtool RX library X-Git-Tag: openafs-stable-1_8_0pre1~1921 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=1571e9b9f6749511534ee47b62e97674bb10c3fb 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 c8fe95c..e7be440 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