Whamcloud - gitweb
Add a new module llite_lloop in rpm package.
authorjxiong <jxiong>
Wed, 10 Oct 2007 06:09:30 +0000 (06:09 +0000)
committerjxiong <jxiong>
Wed, 10 Oct 2007 06:09:30 +0000 (06:09 +0000)
lustre/llite/Makefile.in
lustre/llite/autoMakefile.am

index c7e8ecf..fad7b02 100644 (file)
@@ -9,6 +9,4 @@ else
 lustre-objs += rw26.o super25.o
 endif
 
-EXTRA_DIST := $(llite_lloop-objs:.o=.c)
-
 @INCLUDE_RULES@
index 102674f..3ebe906 100644 (file)
@@ -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@