Whamcloud - gitweb
landing b_cmobd_merge on HEAD
[fs/lustre-release.git] / lnet / libcfs / Makefile.am
diff --git a/lnet/libcfs/Makefile.am b/lnet/libcfs/Makefile.am
deleted file mode 100644 (file)
index 4f0b303..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2001, 2002 Cluster File Systems, Inc.
-#
-# This code is issued under the GNU General Public License.
-# See the file COPYING in this distribution
-
-
-MODULE = libcfs
-modulenet_DATA = libcfs.o
-EXTRA_PROGRAMS = libcfs
-
-DISTCLEANFILES = *.orig *.rej
-
-DEFS =
-libcfs_SOURCES = module.c proc.c debug.c lwt.c
-
-# Don't distribute any patched files.
-dist-hook:
-       list='$(EXT2C)'; for f in $$list; do rm -f $(distdir)/$$f; done
-
-include ../Rules.linux