Whamcloud - gitweb
- mds->lmv->mdc propagate lower timeout down to import
[fs/lustre-release.git] / lustre / mds / Makefile.am
index 1654b36..b75c233 100644 (file)
@@ -3,29 +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 ll_pack.c l_net.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
-
-l_net.c: 
-       test -e l_net.c || ln -sf $(top_srcdir)/lib/l_net.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
-