Whamcloud - gitweb
- lstclient should only be enabled when LIBLUSTRE is on.
authorisaac <isaac>
Fri, 22 Jun 2007 15:25:33 +0000 (15:25 +0000)
committerisaac <isaac>
Fri, 22 Jun 2007 15:25:33 +0000 (15:25 +0000)
lnet/utils/Makefile.am

index 1e04b80..86e7a70 100644 (file)
@@ -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