[Ocfs2-tools-devel] [PATCH 1/1] Ocfs2-tools: Let quota_tree.h be included in Makefile.

Tristan Ye tristan.ye at oracle.com
Mon Oct 12 01:25:44 PDT 2009


We have to let quota_tree.h be included in Makefile, it
therefore can be right installed with libocfs2.

Otherwise any other apps who are going to use libocfs2 will
hit compling error.

Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
---
 include/ocfs2-kernel/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/ocfs2-kernel/Makefile b/include/ocfs2-kernel/Makefile
index 5b93290..43c0b69 100644
--- a/include/ocfs2-kernel/Makefile
+++ b/include/ocfs2-kernel/Makefile
@@ -8,6 +8,7 @@ HEADERS =			\
 	ocfs1_fs_compat.h	\
 	ocfs2_fs.h		\
 	ocfs2_lockid.h		\
+	quota_tree.h		\
 	sparse_endian_types.h
 
 DIST_FILES = $(HEADERS)
-- 
1.5.5




More information about the Ocfs2-tools-devel mailing list