Whamcloud - gitweb
Add definitions of the MDS client filesystem methods to headers and Makefile.
[fs/lustre-release.git] / lustre / mds / Makefile.am
1 # Copyright (C) 2001  Cluster File Systems, Inc.
2 #
3 # This code is issued under the GNU General Public License.
4 # See the file COPYING in this distribution
5
6 DEFS:= 
7
8 MODULE = mds
9 modulefs_DATA = mds.o
10 EXTRA_PROGRAMS = mds
11
12 LINX=mds_pack.c mds_updates.c
13 mds_pack.c: 
14         ln -s ../lib/mds_pack.c .
15 mds_updates.c: 
16         ln -s ../lib/mds_updates.c .
17
18 mds_SOURCES = handler.c mds_reint.c mds_ext2.c mds_ext3.c $(LINX)
19
20 dist-hook:
21         list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
22
23 include $(top_srcdir)/Rules
24