From: tappro Date: Thu, 17 Aug 2006 21:19:46 +0000 (+0000) Subject: add header files to the dist X-Git-Tag: v1_8_0_110~486^2~1145 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f312e49df6162896a835dba3149a0c809268b71d;p=fs%2Flustre-release.git add header files to the dist --- diff --git a/lustre/mdd/autoMakefile.am b/lustre/mdd/autoMakefile.am index 6ea543b..3a7413f 100644 --- a/lustre/mdd/autoMakefile.am +++ b/lustre/mdd/autoMakefile.am @@ -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 diff --git a/lustre/mdt/autoMakefile.am b/lustre/mdt/autoMakefile.am index 1f3e5ce..3052be5 100644 --- a/lustre/mdt/autoMakefile.am +++ b/lustre/mdt/autoMakefile.am @@ -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 diff --git a/lustre/osd/autoMakefile.am b/lustre/osd/autoMakefile.am index 0c0b104..ece7acb 100644 --- a/lustre/osd/autoMakefile.am +++ b/lustre/osd/autoMakefile.am @@ -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