Whamcloud - gitweb
- merge 0.7rc1 from b_devel to HEAD (20030612 merge point)
[fs/lustre-release.git] / lustre / osc / 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 if LIBLUSTRE
9 lib_LIBRARIES = libosc.a
10 libosc_a_SOURCES = osc_request.c
11 else
12 MODULE = osc
13 modulefs_DATA = osc.o
14 EXTRA_PROGRAMS = osc
15 osc_SOURCES = osc_request.c lproc_osc.c osc_lib.c
16 endif
17
18 include $(top_srcdir)/Rules