X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmds%2FMakefile.am;h=b75c233431c92c19b5a74a9576e620f394aeca72;hb=401deb5075f9ab7f6c8c1831c56a84b0134e923c;hp=322be15c2a8ab4bfe51dc8b6e31dc647e0653090;hpb=15584e54980e223726fd2b45e15842ec38b8f574;p=fs%2Flustre-release.git diff --git a/lustre/mds/Makefile.am b/lustre/mds/Makefile.am index 322be15..b75c233 100644 --- a/lustre/mds/Makefile.am +++ b/lustre/mds/Makefile.am @@ -4,30 +4,10 @@ # See the file COPYING in this distribution DEFS= - -if LINUX25 -FSMOD = mds_ext3 -else -FSMOD = mds_extN -endif - MODULE = mds -modulefs_DATA = mds.o $(MODS).o -EXTRA_PROGRAMS = mds $(MODS) - -LINX= mds_updates.c simple.c ll_pack.c lov_pack.c target.c - -ll_pack.c: - test -e ll_pack.c || ln -sf $(top_srcdir)/lib/ll_pack.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 -lov_pack.c: - test -e lov_pack.c || ln -sf $(top_srcdir)/lib/lov_pack.c -target.c: - test -e target.c || ln -sf $(top_srcdir)/lib/target.c - -mds_SOURCES = mds_lov.c handler.c mds_reint.c mds_fs.c $(LINX) +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