Whamcloud - gitweb
A solid part of the MDS request processing infrastructure.
[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 MODULE = mds
7 modulefs_DATA = mds.o
8 EXTRA_PROGRAMS = mds
9
10 mds_pack.c: 
11         ln -s ../lib/mds_pack.c .
12
13 mds_SOURCES = mds_pack.c handler.c 
14
15 include $(top_srcdir)/Rules
16