From 5c8b38e05cb00f03d65950b1103768d452284467 Mon Sep 17 00:00:00 2001 From: tappro Date: Mon, 3 Apr 2006 18:29:26 +0000 Subject: [PATCH] add CMM to makefiles --- lustre/Makefile.in | 2 +- lustre/autoMakefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/Makefile.in b/lustre/Makefile.in index dcd5065..9f50cc9 100644 --- a/lustre/Makefile.in +++ b/lustre/Makefile.in @@ -8,7 +8,7 @@ subdir-m += osc subdir-m += obdecho subdir-m += mgc -@SERVER_TRUE@subdir-m += mds obdfilter ost mgs mdt mdd +@SERVER_TRUE@subdir-m += mds obdfilter ost mgs mdt cmm mdd @CLIENT_TRUE@subdir-m += mdc llite @QUOTA_TRUE@subdir-m += quota diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index 05bb666..e6a3f4f 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -8,7 +8,7 @@ AUTOMAKE_OPTIONS = foreign ALWAYS_SUBDIRS := include lvfs obdclass ldlm ptlrpc osc lov obdecho \ mgc doc utils tests conf scripts autoconf -SERVER_SUBDIRS := ldiskfs obdfilter ost mds mgs +SERVER_SUBDIRS := ldiskfs obdfilter ost mds mgs mdt cmm mdd CLIENT_SUBDIRS := mdc llite -- 1.8.3.1