Whamcloud - gitweb
LU-13501 lnet: Skip health and resends for single rail configs
[fs/lustre-release.git] / lnet / klnds / socklnd / autoMakefile.am
index 070b649..1141b1c 100644 (file)
@@ -1,13 +1,7 @@
-# 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 MODULES
-if !CRAY_PORTALS
-modulenet_DATA = ksocknal$(KMODEXT)
-endif
-endif
+modulenet_DATA := ksocklnd$(KMODEXT)
+endif # MODULES
+
+EXTRA_DIST := $(ksocklnd-objs:%.o=%.c) socklnd.h
 
-MOSTLYCLEANFILES = *.o *.ko *.mod.c
-DIST_SOURCES = $(ksocknal-objs:%.o=%.c) socknal.h
+MOSTLYCLEANFILES = @MOSTLYCLEANFILES@