Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lnet / Makefile.am
diff --git a/lnet/Makefile.am b/lnet/Makefile.am
new file mode 100644 (file)
index 0000000..0083ac1
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright (C) 2001  Cluster File Systems, Inc.
+#
+# This code is issued under the GNU General Public License.
+# See the file COPYING in this distribution
+
+EXTRA_DIST = Rules.linux archdep.m4 include 
+DIST_SUBDIRS = libcfs portals knals unals utils tests doc router
+
+if LIBLUSTRE
+SUBDIRS = portals unals utils
+else
+
+if CRAY_PORTALS
+SUBDIRS = libcfs tests doc 
+else 
+SUBDIRS = libcfs portals knals unals utils tests doc router
+endif
+
+endif