Whamcloud - gitweb
land b_smallfix 20040407_1414:
[fs/lustre-release.git] / lustre / mgmt / autoMakefile.am
diff --git a/lustre/mgmt/autoMakefile.am b/lustre/mgmt/autoMakefile.am
new file mode 100644 (file)
index 0000000..0966ec8
--- /dev/null
@@ -0,0 +1,9 @@
+# Copyright (C) 2001  Cluster File Systems, Inc.
+#
+# This code is issued under the GNU General Public License.
+# See the file COPYING in this distribution
+
+modulefs_DATA = mgmt-svc$(KMODEXT) mgmt-cli$(KMODEXT)
+
+MOSTLYCLEANFILES = *.o *.ko *.mod.c
+DIST_SOURCES = $(mgmt-svc-objs:.o=.c) $(mgc-cli-objs:.o=.c)