From bfff0ebe9ba718be2538ece73e0fd157d5001c5d Mon Sep 17 00:00:00 2001 From: jxiong Date: Wed, 10 Oct 2007 06:09:30 +0000 Subject: [PATCH] Add a new module llite_lloop in rpm package. --- lustre/llite/Makefile.in | 2 -- lustre/llite/autoMakefile.am | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index c7e8ecf..fad7b02 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -9,6 +9,4 @@ else lustre-objs += rw26.o super25.o endif -EXTRA_DIST := $(llite_lloop-objs:.o=.c) - @INCLUDE_RULES@ diff --git a/lustre/llite/autoMakefile.am b/lustre/llite/autoMakefile.am index 102674f..3ebe906 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 rw24.c super.c rw26.c super25.c +DIST_SOURCES += $(llite_lloop-objs:.o=.c) MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ -- 1.8.3.1