[Ocfs2-tools-devel] [PATCH 1/3] tools: Add missing header file in the Makefile

Sunil Mushran sunil.mushran at oracle.com
Fri Apr 10 17:22:00 PDT 2009


Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>
---
 fsck.ocfs2/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fsck.ocfs2/Makefile b/fsck.ocfs2/Makefile
index 9249cb5..7f6e547 100644
--- a/fsck.ocfs2/Makefile
+++ b/fsck.ocfs2/Makefile
@@ -35,6 +35,7 @@ CFILES =	fsck.c		\
 		xattr.c
 
 HFILES = 	include/fsck.h		\
+		include/xattr.h		\
 		include/dirblocks.h	\
 		include/dirparents.h	\
 		include/extent.h	\
-- 
1.5.6.3




More information about the Ocfs2-tools-devel mailing list