From: Simon Wilkinson Date: Sat, 14 May 2011 07:36:49 +0000 (+0100) Subject: rxperf: Build again X-Git-Tag: upstream/1.8.0_pre1^2~3665 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=cc119d63636236490789332200bf31af4c091e0a;p=packages%2Fo%2Fopenafs.git 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 --- diff --git a/src/rx/test/Makefile.in b/src/rx/test/Makefile.in index 5364ec08d..fc76df279 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