From 0c9803332109a61b58d305a190192bb31ac55f30 Mon Sep 17 00:00:00 2001 From: jxiong Date: Wed, 10 Oct 2007 05:44:03 +0000 Subject: [PATCH] Fix the rpm package build problem. A new module llite_lloop.ko is added to support lustre loop device. --- lustre/llite/Makefile.in | 2 -- lustre/llite/autoMakefile.am | 5 +++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index 1bc8448..97bba78 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -6,6 +6,4 @@ lustre-objs += rw26.o super25.o llite_lloop-objs := lloop.o -EXTRA_DIST := $(llite_lloop-objs:.o=.c) - @INCLUDE_RULES@ diff --git a/lustre/llite/autoMakefile.am b/lustre/llite/autoMakefile.am index 2683107..845e5ba 100644 --- a/lustre/llite/autoMakefile.am +++ b/lustre/llite/autoMakefile.am @@ -4,8 +4,9 @@ # See the file COPYING in this distribution if MODULES -modulefs_DATA = lustre$(KMODEXT) +modulefs_DATA = lustre$(KMODEXT) llite_lloop$(KMODEXT) endif -DIST_SOURCES := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c +DIST_SOURCES := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c +DIST_SOURCES += $(llite_lloop-objs:.o=.c) MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ -- 1.8.3.1