[Ocfs2-tools-commits] smushran commits r1126 - branches/ocfs2-tools-1.2/debugfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Nov 15 15:17:38 CST 2005


Author: smushran
Date: 2005-11-15 15:17:37 -0600 (Tue, 15 Nov 2005)
New Revision: 1126

Modified:
   branches/ocfs2-tools-1.2/debugfs.ocfs2/Makefile
Log:
makefile in debugfs fixed

Modified: branches/ocfs2-tools-1.2/debugfs.ocfs2/Makefile
===================================================================
--- branches/ocfs2-tools-1.2/debugfs.ocfs2/Makefile	2005-11-15 21:10:04 UTC (rev 1125)
+++ branches/ocfs2-tools-1.2/debugfs.ocfs2/Makefile	2005-11-15 21:17:37 UTC (rev 1126)
@@ -24,7 +24,8 @@
 	include/commands.h	\
 	include/dump.h		\
 	include/utils.h		\
-	include/journal.h
+	include/journal.h	\
+	include/find_inode_paths.h
 
 OBJS = $(subst .c,.o,$(CFILES))
 



More information about the Ocfs2-tools-commits mailing list