Whamcloud - gitweb
Silence some compiler warnings.
[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  rw.c  super25.c
13 llite_SOURCES += file.c dir.c sysctl.c symlink.c llite_lib.c
14 llite_SOURCES += namei.c lproc_llite.c super.c iod.c llite_internal.h
15
16 include $(top_srcdir)/Rules