Whamcloud - gitweb
Merge b_md to HEAD for 0.5.19 release.
[fs/lustre-release.git] / lustre / mdc / 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 = mdc
9 modulefs_DATA = mdc.o
10 EXTRA_PROGRAMS = mdc
11
12 LINX= mds_updates.c client.c
13 mdc_SOURCES =  mdc_request.c mdc_reint.c lproc_mdc.c $(LINX)
14
15 mds_updates.c: 
16         test -e mds_updates.c || ln -sf $(top_srcdir)/lib/mds_updates.c .
17 client.c: 
18         test -e client.c || ln -sf $(top_srcdir)/lib/client.c .
19
20 include $(top_srcdir)/Rules