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

Tristan Ye tristan.ye at oracle.com
Fri Oct 9 00:01:03 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 |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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




More information about the Ocfs2-tools-devel mailing list