From cb7e79c8f03ff6924e0b4f9743c02be77f839a2d Mon Sep 17 00:00:00 2001 From: isaac Date: Fri, 22 Jun 2007 15:25:33 +0000 Subject: [PATCH 1/1] - lstclient should only be enabled when LIBLUSTRE is on. --- lnet/utils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/utils/Makefile.am b/lnet/utils/Makefile.am index 1e04b80..86e7a70 100644 --- a/lnet/utils/Makefile.am +++ b/lnet/utils/Makefile.am @@ -27,7 +27,7 @@ endif libptlctl_a_SOURCES = portals.c nidstrings.c debug.c l_ioctl.c parser.c parser.h if UTILS -sbin_PROGRAMS += ptlctl routerstat wirecheck lst lstclient +sbin_PROGRAMS += ptlctl routerstat wirecheck lst if LIBLUSTRE sbin_PROGRAMS += lstclient endif -- 1.8.3.1