Whamcloud - gitweb
- add nolocks mount option osc=foo,mdc=bar,nolocks
[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 = llite
9 modulefs_DATA = llite.o
10 EXTRA_PROGRAMS = llite
11
12 llite_SOURCES = dcache.c commit_callback.c super.c rw.c
13 llite_SOURCES += file.c dir.c sysctl.c namei.c symlink.c
14 llite_SOURCES += lov_pack.c
15
16 lov_pack.c: 
17         test -e lov_pack.c || ln -sf $(top_srcdir)/lib/lov_pack.c .
18
19 include $(top_srcdir)/Rules