[Ocfs2-tools-commits] manish commits r592 - trunk/libo2dlm

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Jan 25 23:17:20 CST 2005


Author: manish
Date: 2005-01-25 23:17:18 -0600 (Tue, 25 Jan 2005)
New Revision: 592

Modified:
   trunk/libo2dlm/Makefile
Log:
Add kernel-list.h to HFILES


Modified: trunk/libo2dlm/Makefile
===================================================================
--- trunk/libo2dlm/Makefile	2005-01-26 03:44:25 UTC (rev 591)
+++ trunk/libo2dlm/Makefile	2005-01-26 05:17:18 UTC (rev 592)
@@ -38,9 +38,11 @@
 
 CFILES = o2dlm.c
 
-HFILES = include/o2dlm.h
+HFILES = 			\
+	include/kernel-list.h	\
+	include/o2dlm.h 
 
-HFILES_GEN =		\
+HFILES_GEN =			\
 	include/o2dlm_err.h
 
 $(CFILES): $(HFILES_GEN)



More information about the Ocfs2-tools-commits mailing list