Whamcloud - gitweb
It's been a good day: chmod/chown and friends now work for Lustre Light.
[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 mds_pack.c: 
13         ln -s ../lib/mds_pack.c .
14 mds_updates.c: 
15         ln -s ../lib/mds_updates.c .
16
17 mds_SOURCES = mds_pack.c handler.c mds_reint.c mds_updates.c
18
19 include $(top_srcdir)/Rules
20