From: nic Date: Fri, 11 Feb 2005 02:52:13 +0000 (+0000) Subject: only build ksocknal with modules enabled X-Git-Tag: v1_7_100~1626 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=38f4ae2c2ebaa84d4934a40c29d61c27ec4f51a5 only build ksocknal with modules enabled --- diff --git a/lnet/klnds/socklnd/autoMakefile.am b/lnet/klnds/socklnd/autoMakefile.am index 3cefece..5fc3fc7 100644 --- a/lnet/klnds/socklnd/autoMakefile.am +++ b/lnet/klnds/socklnd/autoMakefile.am @@ -1,3 +1,4 @@ +if MODULES if LINUX if !CRAY_PORTALS @@ -5,6 +6,7 @@ if !CRAY_PORTALS endif # !CRAY_PORTALS endif # LINUX +endif # MODULES DIST_SOURCES := $(ksocknal-objs:%.o=%.c) socknal_lib-linux.h socknal.h