mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
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 <shadow@your-file-system.com> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
df3b4ff842
commit
1571e9b9f6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user