Whamcloud - gitweb
Don't output message on MDS for normal occurrence (fixed previously in
[fs/lustre-release.git] / lustre / smfs / 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
7 DEFS= 
8
9 MODULE = smfs
10 modulefs_DATA = smfs.o
11 EXTRA_PROGRAMS = smfs
12
13 smfs_SOURCES = super.c options.c inode.c cache.c dir.c sysctl.c file.c 
14 smfs_SOURCES += symlink.c sm_fs.c kml.c reint.c journal.c journal_ext3.c
15 smfs_SOURCES += smfs_llog.c
16 include $(top_srcdir)/Rules