From cc119d63636236490789332200bf31af4c091e0a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Sat, 14 May 2011 08:36:49 +0100 Subject: [PATCH] rxperf: Build again Bring the rxperf up to date with the current library requirements of the rest of the tree. Change-Id: If35ba0668163d5176cf9a3df1635b4cffbc10ff2 Reviewed-on: http://gerrit.openafs.org/4800 Reviewed-by: Derrick Brashear Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- src/rx/test/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rx/test/Makefile.in b/src/rx/test/Makefile.in index 5364ec0..fc76df2 100644 --- a/src/rx/test/Makefile.in +++ b/src/rx/test/Makefile.in @@ -22,7 +22,8 @@ BASICINCLS = ../rx_clock.h ../rx_queue.h ../rx_event.h LINK = $(AFS_LDRULE) $@.o ${LIBS} MT_LINK = $(CC) $(MT_CFLAGS) $(COMMON_CFLAGS) $(AFS_LDFLAGS) -o $@ \ - $@.o $(TOP_LIBDIR)/libafsrpc.a $(MT_LIBS) $(XLIBS) + $@.o $(TOP_LIBDIR)/libafsrpc.a $(LIB_hcrypto) $(LIB_roken) \ + $(MT_LIBS) $(XLIBS) TESTS = testclient testserver kstest kctest testqueue tableGen generator -- 1.9.4