Whamcloud - gitweb
Small fixes to the request processing.
[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
13 mdc_SOURCES =  mds_pack.c mdc_request.c 
14
15 mds_pack.c: 
16         ln -s ../lib/mds_pack.c .
17
18 include $(top_srcdir)/Rules