Whamcloud - gitweb
bf574b96ec338c96fdec498c4aa39f1178431114
[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 DEFS:= 
7
8 MODULE = llight
9 modulefs_DATA = llight.o
10 EXTRA_PROGRAMS = llight
11
12 page.c: 
13         -ln -s ../lib/page.c
14
15
16 llight_SOURCES =  page.c super.c rw.c file.c dir.c sysctl.c namei.c symlink.c
17
18 include $(top_srcdir)/Rules