From cb7e79c8f03ff6924e0b4f9743c02be77f839a2d Mon Sep 17 00:00:00 2001
From: isaac <isaac>
Date: Fri, 22 Jun 2007 15:25:33 +0000
Subject: [PATCH] -   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 1e04b801b5..86e7a70d2c 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
-- 
GitLab