From 36103e1a32d7eb3857eeaaac0d70b08d9937b91f Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 19 Jan 2005 22:43:54 +0000 Subject: [PATCH] b=5568 don't install lonal when building with cray portals --- lnet/klnds/lolnd/autoMakefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lnet/klnds/lolnd/autoMakefile.am b/lnet/klnds/lolnd/autoMakefile.am index d1ef995..d8f2639 100644 --- a/lnet/klnds/lolnd/autoMakefile.am +++ b/lnet/klnds/lolnd/autoMakefile.am @@ -4,8 +4,10 @@ # See the file COPYING in this distribution if MODULES +if !CRAY_PORTALS modulenet_DATA = klonal$(KMODEXT) endif +endif MOSTLYCLEANFILES = *.o *.ko *.mod.c DIST_SOURCES = $(klonal-objs:%.o=%.c) lonal.h -- 1.8.3.1