Whamcloud - gitweb
Fix small typos in ost/osc
[fs/lustre-release.git] / lustre / obdfs / 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 = obdfs
9 modulefs_DATA = obdfs.o
10 EXTRA_PROGRAMS = obdfs
11 obdfs_SOURCES =  rw.c file.c dir.c sysctl.c super.c namei.c symlink.c
12
13 include $(top_srcdir)/Rules