From 6eec76a7d8a181fa95daa5781be282bc27cae4c9 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Tue, 22 Feb 2011 14:47:32 -0500 Subject: [PATCH] LU-92 files and dirs missing in dist tarball Some files and dirs are missing in the "dist" tarball. Change-Id: I24d4cb2c294850192d504eb49193fdf62df06a6a Signed-off-by: Brian J. Murrell Reviewed-on: http://review.whamcloud.com/356 Reviewed-by: Andreas Dilger Reviewed-by: Michael MacDonald Tested-by: Hudson Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/autoconf/lustre-core.m4 | 1 + lustre/include/Makefile.am | 2 ++ lustre/include/darwin/Makefile.am | 5 +++++ 3 files changed, 8 insertions(+) create mode 100644 lustre/include/darwin/Makefile.am diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index 9b2635c..5d28137 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -2760,6 +2760,7 @@ lustre/doc/Makefile lustre/include/Makefile lustre/include/lustre_ver.h lustre/include/linux/Makefile +lustre/include/darwin/Makefile lustre/include/lustre/Makefile lustre/kernel_patches/targets/2.6-rhel6.target lustre/kernel_patches/targets/2.6-rhel5.target diff --git a/lustre/include/Makefile.am b/lustre/include/Makefile.am index 19d45ac..56b2297 100644 --- a/lustre/include/Makefile.am +++ b/lustre/include/Makefile.am @@ -36,6 +36,8 @@ SUBDIRS = linux lustre +DIST_SUBDIRS := linux lustre darwin + EXTRA_DIST = ioctl.h liblustre.h lprocfs_status.h lustre_cfg.h \ lustre_debug.h lustre_disk.h lustre_dlm.h lustre_export.h \ lustre_fsfilt.h lustre_ha.h lustre_handles.h lustre_import.h \ diff --git a/lustre/include/darwin/Makefile.am b/lustre/include/darwin/Makefile.am new file mode 100644 index 0000000..f30e85e --- /dev/null +++ b/lustre/include/darwin/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = lprocfs_status.h lustre_debug.h lustre_lib.h \ + lustre_dlm.h lustre_handles.h lustre_net.h obd_class.h obd_support.h \ + lustre_log.h lustre_compat.h lustre_fsfilt.h lustre_mds.h obd.h \ + lvfs.h lustre_lite.h lustre_quota.h \ + lustre_user.h -- 1.8.3.1