From dda8e82d63bb4fd4ce44819d0b9fd24f589bfd25 Mon Sep 17 00:00:00 2001 From: tappro Date: Thu, 14 Jun 2007 19:23:11 +0000 Subject: [PATCH] - fix iam building --- ldiskfs/ldiskfs/Makefile.in | 3 ++- ldiskfs/ldiskfs/autoMakefile.am | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ldiskfs/ldiskfs/Makefile.in b/ldiskfs/ldiskfs/Makefile.in index 42f5dd7..985af4c 100644 --- a/ldiskfs/ldiskfs/Makefile.in +++ b/ldiskfs/ldiskfs/Makefile.in @@ -9,7 +9,8 @@ ext3_headers := $(wildcard @LINUX@/fs/ext3/*.h) linux_headers := $(wildcard @LINUX@/include/linux/ext3*.h) ext3_sources := $(filter-out %.mod.c,$(wildcard @LINUX@/fs/ext3/*.c)) -new_sources := iopen.c iopen.h extents.c mballoc.c group.h +new_sources := iopen.c iopen.h extents.c mballoc.c group.h \ + iam.c iam_lfix.c iam_lvar.c iam_htree.c iam-uapi.c new_headers := ext3_extents.h ldiskfs_patched_sources := $(notdir $(ext3_sources) $(ext3_headers)) $(new_sources) $(new_headers) ldiskfs_sources := $(ldiskfs_patched_sources) diff --git a/ldiskfs/ldiskfs/autoMakefile.am b/ldiskfs/ldiskfs/autoMakefile.am index f7b83ad..800da79 100644 --- a/ldiskfs/ldiskfs/autoMakefile.am +++ b/ldiskfs/ldiskfs/autoMakefile.am @@ -54,6 +54,9 @@ endif linux-stage/include/linux/ext3$$i \ > linux/ldiskfs$$i ; \ done + sed $(strip $(ldiskfs_sed_flags)) \ + linux-stage/include/linux/lustre_iam.h \ + > linux/lustre_iam.h @echo touch sources -- 1.8.3.1