mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
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 <shadow@dementia.org> Tested-by: Jeffrey Altman <jaltman@openafs.org> Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
af64a0e471
commit
cc119d6363
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user