Whamcloud - gitweb
smash the HEAD with the contents of b_cmd. HEAD_PRE_CMD_SMASH and
[fs/lustre-release.git] / lustre / obdecho / autoMakefile.am
diff --git a/lustre/obdecho/autoMakefile.am b/lustre/obdecho/autoMakefile.am
deleted file mode 100644 (file)
index 24d8044..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright (C) 2001  Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-if LIBLUSTRE
-noinst_LIBRARIES = libobdecho.a
-libobdecho_a_SOURCES = echo_client.c 
-libobdecho_a_CPPFLAGS = $(LLCPPFLAGS)
-libobdecho_a_CFLAGS = $(LLCFLAGS)
-endif
-
-if MODULES
-modulefs_DATA = obdecho$(KMODEXT)
-endif # MODULES
-
-MOSTLYCLEANFILES = *.o *.ko *.mod.c
-DIST_SOURCES = $(obdecho-objs:%.o=%.c)