Whamcloud - gitweb
LU-2675 build: remove Darwin "support"
[fs/lustre-release.git] / lnet / klnds / socklnd / autoMakefile.am
index 070b649..8fac7a6 100644 (file)
@@ -1,13 +1,11 @@
-# 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
+if LINUX
+
+  modulenet_DATA := ksocklnd$(KMODEXT)
+
+endif # LINUX
+endif # MODULES
+
+EXTRA_DIST := $(ksocklnd-objs:%.o=%.c) socklnd_lib-linux.h socklnd.h
 
-MOSTLYCLEANFILES = *.o *.ko *.mod.c
-DIST_SOURCES = $(ksocknal-objs:%.o=%.c) socknal.h
+MOSTLYCLEANFILES = @MOSTLYCLEANFILES@ socklnd_lib.c