From 5e9cf2962cac7c440b027faf3f9025a7b04beecf Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 7 Feb 2012 17:15:53 -0500 Subject: [PATCH] LU-1077 distribute missing file in build/autoconf In landing 0d5cf708f60c1ed9233fd12f4326851ab412ef6a for ticket LU-723 a defect was introduced where build/autoconf/lustre-build-ldiskfs.m4 is missing from the distribution tarball. Signed-off-by: Brian J. Murrell Change-Id: I34a1d7ad20229fb531eb4e76182647e708b300d4 Reviewed-on: http://review.whamcloud.com/2115 Tested-by: Hudson Reviewed-by: Minh Diep Reviewed-by: Yang Sheng Reviewed-by: Prakash Surya Tested-by: Maloo Reviewed-by: Oleg Drokin --- build/autoMakefile.am.toplevel | 1 + 1 file changed, 1 insertion(+) diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index c91c613..3b1c706 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -99,6 +99,7 @@ EXTRA_DIST = @PACKAGE_TARNAME@.spec \ build/update_oldconfig \ build/autoconf/lustre-build-linux.m4 \ build/autoconf/lustre-build-darwin.m4 \ + build/autoconf/lustre-build-ldiskfs.m4 \ build/autoconf/lustre-build.m4 build/rdac_spec \ build/mptlinux.spec.patch build/patches \ build/funcs.sh build/find_linux_rpms build/exit_traps.sh -- 1.8.3.1