From f312e49df6162896a835dba3149a0c809268b71d Mon Sep 17 00:00:00 2001 From: tappro Date: Thu, 17 Aug 2006 21:19:46 +0000 Subject: [PATCH] add header files to the dist --- lustre/mdd/autoMakefile.am | 2 +- lustre/mdt/autoMakefile.am | 2 +- lustre/osd/autoMakefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.8.3.1