Whamcloud - gitweb
Fix the rpm package build problem. A new module llite_lloop.ko is added to support...
authorjxiong <jxiong>
Wed, 10 Oct 2007 05:44:03 +0000 (05:44 +0000)
committerjxiong <jxiong>
Wed, 10 Oct 2007 05:44:03 +0000 (05:44 +0000)
lustre/llite/Makefile.in
lustre/llite/autoMakefile.am

index 1bc8448..97bba78 100644 (file)
@@ -6,6 +6,4 @@ lustre-objs += rw26.o super25.o
 
 llite_lloop-objs := lloop.o
 
 
 llite_lloop-objs := lloop.o
 
-EXTRA_DIST := $(llite_lloop-objs:.o=.c)
-
 @INCLUDE_RULES@
 @INCLUDE_RULES@
index 2683107..845e5ba 100644 (file)
@@ -4,8 +4,9 @@
 # See the file COPYING in this distribution
 
 if MODULES
 # See the file COPYING in this distribution
 
 if MODULES
-modulefs_DATA = lustre$(KMODEXT)
+modulefs_DATA = lustre$(KMODEXT) llite_lloop$(KMODEXT)
 endif
 
 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@ 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@