From e650117bdaa678cd2dc40bf1eda53085b0dd2446 Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 28 Jan 2005 19:48:29 +0000 Subject: [PATCH] b=5584; only install module if it is built --- lustre/smfs/autoMakefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/smfs/autoMakefile.am b/lustre/smfs/autoMakefile.am index b93a4ab..b3a10d6 100644 --- a/lustre/smfs/autoMakefile.am +++ b/lustre/smfs/autoMakefile.am @@ -3,7 +3,11 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution +if MODULES +if SMFS modulefs_DATA = smfs$(KMODEXT) +endif +endif MOSTLYCLEANFILES = *.o *.ko *.mod.c DIST_SOURCES = $(smfs-objs:%.o=%.c) smfs_internal.h -- 1.8.3.1