[Ocfs-tools-commits] manish commits r170 - trunk/ocfs2/debugfs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jul 20 11:13:27 CDT 2004


Author: manish
Date: 2004-07-20 10:13:24 -0500 (Tue, 20 Jul 2004)
New Revision: 170

Modified:
   trunk/ocfs2/debugfs.ocfs2/Makefile
Log:
Missing dist for include/jbd.h


Modified: trunk/ocfs2/debugfs.ocfs2/Makefile
===================================================================
--- trunk/ocfs2/debugfs.ocfs2/Makefile	2004-07-20 15:12:15 UTC (rev 169)
+++ trunk/ocfs2/debugfs.ocfs2/Makefile	2004-07-20 15:13:24 UTC (rev 170)
@@ -12,7 +12,7 @@
 CFLAGS += -Wall -O2
 
 CFILES = main.c commands.c dump.c readfs.c utils.c journal.c bindraw.c
-HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/journal.h include/bindraw.h
+HFILES = include/main.h include/commands.h include/dump.h include/readfs.h include/utils.h include/jdb.h include/journal.h include/bindraw.h
 
 OBJS = $(subst .c,.o,$(CFILES))
 



More information about the Ocfs-tools-commits mailing list