Whamcloud - gitweb
- lmv_packmd() and lmv_unpackmd() need not be real connected
[fs/lustre-release.git] / lustre / lmv / Makefile.am
1 # Copyright (C) 2002 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 = liblmv.a
10 liblmv_a_SOURCES = lmv_obd.c lmv_intent.c lmv_objmgr.c
11 else
12 MODULE = lmv
13 modulefs_DATA = lmv.o
14 EXTRA_PROGRAMS = lmv
15 lmv_SOURCES = lmv_obd.c lmv_intent.c lmv_objmgr.c
16 endif
17
18 include $(top_srcdir)/Rules