Whamcloud - gitweb
b=3031
[fs/lustre-release.git] / lustre / lmv / autoMakefile.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 if LIBLUSTRE
7 noinst_LIBRARIES = liblmv.a
8 liblmv_a_SOURCES = lmv_obd.c lmv_intent.c lmv_objmgr.c
9 liblmv_a_CPPFLAGS = $(LLCPPFLAGS)
10 liblmv_a_CFLAGS = $(LLCFLAGS)
11 endif
12
13 if MODULES
14 modulefs_DATA = lmv$(KMODEXT)
15 endif # MODULES
16
17 DIST_SOURCES = $(lmv-objs:.o=.c) lmv_internal.h
18 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@