Whamcloud - gitweb
fix: for each open_client_handle, there will be only one mds_file_data,
[fs/lustre-release.git] / lustre / mgmt / Makefile.in
1 MODULES := mgmt_svc mgmt_cli
2 ifeq ($(PATCHLEVEL),6)
3 mgmt_svc-objs := mgmt-svc.o
4 mgmt_cli-objs := mgmt-cli.o
5 mgmt-%.c: mgmt_%.c
6         ln -sf $< $@
7 endif
8
9 @INCLUDE_RULES@