Whamcloud - gitweb
Fix small typos in ost/osc
[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
15 mds_SOURCES = mds_pack.c handler.c 
16
17 include $(top_srcdir)/Rules
18