Whamcloud - gitweb
- 2.6 fixes landed
[fs/lustre-release.git] / lustre / utils / Makefile.mk
index 87bcf07..f0978e2 100644 (file)
@@ -4,7 +4,7 @@ OURPTLCTL := $(addprefix $(src)/../portals/utils/, $(PTLCTLOBJS))
 OURPTLCTLNOPARSER := $(addprefix $(src)/../portals/utils/, \
                        $(filter-out parser.o,$(PTLCTLOBJS)))
 
-host-progs := lctl lfind lstripe obdio obdbarrier lload #lfs# obdstat
+host-progs := lctl obdio obdbarrier lload llmount #lfs# obdstat lfind
 always := $(host-progs) 
 
 lctl-objs := parser.o obd.o lctl.o lustre_cfg.o
@@ -12,4 +12,6 @@ HOSTLOADLIBES_lctl += $(LIBREADLINE) $(OURPTLCTLNOPARSER)
 obdio-objs := obdio.o obdiolib.o
 obdbarrier-objs := obdbarrier.o obdiolib.o
 lload-objs := lload.o
+llmount-objs := llmount.o 
+HOSTLOADLIBES_llmount += $(OURPTLCTL)
 HOSTLOADLIBES_lload += $(OURPTLCTL)