X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmds%2FMakefile.am;fp=lustre%2Fmds%2FMakefile.am;h=b75c233431c92c19b5a74a9576e620f394aeca72;hb=090c677210ee2946d99c71412e4ff762bb300f4f;hp=0000000000000000000000000000000000000000;hpb=c843241715b13024a656fad4e465be20e7fc5c79;p=fs%2Flustre-release.git diff --git a/lustre/mds/Makefile.am b/lustre/mds/Makefile.am new file mode 100644 index 0000000..b75c233 --- /dev/null +++ b/lustre/mds/Makefile.am @@ -0,0 +1,13 @@ +# Copyright (C) 2001 Cluster File Systems, Inc. +# +# This code is issued under the GNU General Public License. +# See the file COPYING in this distribution + +DEFS= +MODULE = mds +modulefs_DATA = mds.o +EXTRA_PROGRAMS = mds +mds_SOURCES = mds_log.c mds_unlink_open.c mds_lov.c handler.c mds_reint.c mds_fs.c lproc_mds.c mds_open.c \ +mds_lib.c mds_internal.h mds_lmv.c + +include $(top_srcdir)/Rules