Whamcloud - gitweb
Lustre light client request module
[fs/lustre-release.git] / lustre / llite / 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 = llight
7 modulefs_DATA = llight.o
8 EXTRA_PROGRAMS = llight
9
10
11 llight_SOURCES =  mds_pack.c request.c # super.c rw.c file.c dir.c sysctl.c super.c namei.c symlink.c
12
13 mds_pack.c: 
14         ln -s ../lib/mds_pack.c .
15
16
17 include $(top_srcdir)/Rules