From 96ad6896b45ef3a5dee411d38cba700b8c51f284 Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Thu, 23 Sep 2010 15:01:58 +0100 Subject: [PATCH] libafsrpc depends on rxstat and fsint ... in the same way as shlibafsrpc Reviewed-on: http://gerrit.openafs.org/2842 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman (cherry picked from commit 4884de5bc8b5a984eeb5927685308874296e88b8) Change-Id: Iad2820d94c42c4f43fa22803680bfd56221fa97b Reviewed-on: http://gerrit.openafs.org/2921 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index bac675595a..3395e1707a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -560,7 +560,7 @@ afsmonitor: cmd comerr gtx xstat tests: rxtests ubiktests rpctestlib # pthread based user space RX library -libafsrpc: rx rxkad des +libafsrpc: rx rxkad rxstat fsint des +case ${SYS_NAME} in \ alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*|*[of]bsd*|*nbsd[234]*) \ ${COMPILE_PART1} libafsrpc ${COMPILE_PART2} ;; \