Whamcloud - gitweb
Fix the rpm package build problem. A new module llite_lloop.ko is added to support...
[fs/lustre-release.git] / lustre / llite / autoMakefile.am
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@