diff --git a/lustre/Makefile.am b/lustre/Makefile.am
index f16f126bf502ba006c04d0eac8d5bc325c70f0c2..9f837adf30ff337cb20dd86dc73c810871bba200 100644
--- a/lustre/Makefile.am
+++ b/lustre/Makefile.am
@@ -12,7 +12,8 @@ DIRS24 = extN ptlbd
 endif
 
 if LIBLUSTRE
-SUBDIRS = lov obdclass ptlrpc obdecho ldlm osc liblustre utils
+#SUBDIRS = lov obdclass ptlrpc obdecho ldlm osc liblustre utils
+SUBDIRS = lov obdclass ptlrpc obdecho ldlm osc utils
 else
 # NOTE: keep extN before obdclass, mds, and obdfilter.  Keep obdclass as early
 # as possible, to have the best chance at stopping with "wrong kernel version"