Whamcloud - gitweb
add header files to the dist
authortappro <tappro>
Thu, 17 Aug 2006 21:19:46 +0000 (21:19 +0000)
committertappro <tappro>
Thu, 17 Aug 2006 21:19:46 +0000 (21:19 +0000)
lustre/mdd/autoMakefile.am
lustre/mdt/autoMakefile.am
lustre/osd/autoMakefile.am

index 6ea543b..3a7413f 100644 (file)
@@ -8,4 +8,4 @@ modulefs_DATA = mdd$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES := $(mdd-objs:%.o=%.c) 
+DIST_SOURCES := $(mdd-objs:%.o=%.c) mdd_internal.h
index 1f3e5ce..3052be5 100644 (file)
@@ -8,4 +8,4 @@ modulefs_DATA = mdt$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES := $(mdt-objs:%.o=%.c) #mdt_internal.h
+DIST_SOURCES := $(mdt-objs:%.o=%.c) mdt_internal.h
index 0c0b104..ece7acb 100644 (file)
@@ -8,4 +8,4 @@ modulefs_DATA = osd$(KMODEXT)
 endif
 
 MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ 
-DIST_SOURCES := $(osd-objs:%.o=%.c)
+DIST_SOURCES := $(osd-objs:%.o=%.c) osd_internal.h