Whamcloud - gitweb
landing b_cmobd_merge on HEAD
[fs/lustre-release.git] / lustre / lov / 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 = liblov.a
8 liblov_a_SOURCES = lov_log.c lov_obd.c lov_pack.c lov_internal.h
9 liblov_a_CPPFLAGS = $(LLCPPFLAGS)
10 liblov_a_CFLAGS = $(LLCFLAGS)
11 endif
12
13 if MODULES
14 modulefs_DATA = lov$(KMODEXT)
15 endif # MODULES
16
17 DIST_SOURCES = $(lov-objs:.o=.c) lov_internal.h
18 MOSTLYCLEANFILES = *.o *.ko *.mod.c