From: jxiong Date: Wed, 10 Oct 2007 05:44:03 +0000 (+0000) Subject: Fix the rpm package build problem. A new module llite_lloop.ko is added to support... X-Git-Tag: v1_7_0_51~642 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=0c9803332109a61b58d305a190192bb31ac55f30;p=fs%2Flustre-release.git Fix the rpm package build problem. A new module llite_lloop.ko is added to support lustre loop device. --- 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@