Whamcloud - gitweb
landing b_cmobd_merge on HEAD
[fs/lustre-release.git] / lustre / lmv / autoMakefile.am
diff --git a/lustre/lmv/autoMakefile.am b/lustre/lmv/autoMakefile.am
new file mode 100644 (file)
index 0000000..1f58766
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright (C) 2002 Cluster File Systems, Inc.
+#
+# This code is issued under the GNU General Public License.
+# See the file COPYING in this distribution
+
+if LIBLUSTRE
+lib_LIBRARIES = liblmv.a
+liblmv_a_SOURCES = lmv_obd.c lmv_intent.c lmv_objmgr.c
+liblmv_a_CPPFLAGS = $(LLCPPFLAGS)
+liblmv_a_CFLAGS = $(LLCFLAGS)
+endif
+
+if MODULES
+modulefs_DATA = lmv$(KMODEXT)
+endif # MODULES
+
+DIST_SOURCES = $(lmv-objs:.o=.c) lmv_internal.h
+MOSTLYCLEANFILES = *.o *.ko *.mod.c