From: jacob Date: Fri, 28 Jan 2005 19:48:29 +0000 (+0000) Subject: b=5584; only install module if it is built X-Git-Tag: 1.3.4~162 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e650117bdaa678cd2dc40bf1eda53085b0dd2446;p=fs%2Flustre-release.git b=5584; only install module if it is built --- 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