X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmds%2FMakefile.am;h=b75c233431c92c19b5a74a9576e620f394aeca72;hb=401deb5075f9ab7f6c8c1831c56a84b0134e923c;hp=887039c260d53bddbc7153765538ed53cd68f172;hpb=f6e2f83978f715293b3f78fd91971027eb033b36;p=fs%2Flustre-release.git diff --git a/lustre/mds/Makefile.am b/lustre/mds/Makefile.am index 887039c..b75c233 100644 --- a/lustre/mds/Makefile.am +++ b/lustre/mds/Makefile.am @@ -3,23 +3,11 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -DEFS:= - +DEFS= MODULE = mds -modulefs_DATA = mds.o mds_extN.o # mds_ext2.o mds_ext3.o -EXTRA_PROGRAMS = mds mds_extN # mds_ext2 mds_ext3 - -LINX=mds_updates.c simple.c -mds_updates.c: - test -e mds_updates.c || ln -sf $(top_srcdir)/lib/mds_updates.c - -simple.c: - test -e simple.c || ln -sf $(top_srcdir)/lib/simple.c - -mds_SOURCES = handler.c mds_reint.c mds_fs.c $(LINX) - -dist-hook: - list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done +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 -