X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fmds%2FMakefile.am;h=b75c233431c92c19b5a74a9576e620f394aeca72;hb=401deb5075f9ab7f6c8c1831c56a84b0134e923c;hp=91c3c5f4c53af2c5c51bce35b4b72dd4133dbb6f;hpb=9b0433943c8541d02343a01a37aa7a96acfc81d7;p=fs%2Flustre-release.git diff --git a/lustre/mds/Makefile.am b/lustre/mds/Makefile.am index 91c3c5f..b75c233 100644 --- a/lustre/mds/Makefile.am +++ b/lustre/mds/Makefile.am @@ -3,22 +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 EXTRA_PROGRAMS = mds - -LINX=mds_pack.c mds_updates.c -mds_pack.c: - ln -s ../lib/mds_pack.c . -mds_updates.c: - ln -s ../lib/mds_updates.c . - -mds_SOURCES = handler.c mds_reint.c $(LINX) - -dist-hook: - list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done +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 -