[Ocfs2-commits] manish commits r963 - trunk/src

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jun 1 19:13:17 CDT 2004


Author: manish
Date: 2004-06-01 18:13:15 -0500 (Tue, 01 Jun 2004)
New Revision: 963

Modified:
   trunk/src/Makefile
Log:
add new headers


Modified: trunk/src/Makefile
===================================================================
--- trunk/src/Makefile	2004-06-01 22:54:57 UTC (rev 962)
+++ trunk/src/Makefile	2004-06-01 23:13:15 UTC (rev 963)
@@ -151,9 +151,10 @@
 	vote.c
 
 HFILES = \
-	inc/journal.h	\
-	inc/ocfs.h	\
-	inc/io.h	\
+	inc/ocfs.h		\
+	inc/ocfs_log.h		\
+	inc/ocfs_journal.h	\
+	inc/io.h		\
 	inc/proto.h
 
 OBJS = $(subst .c,.o,$(CFILES))



More information about the Ocfs2-commits mailing list