[Oracleasm-commits] jlbec commits r403 - trunk

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Dec 16 09:41:41 PST 2008


Author: jlbec
Date: 2008-12-16 09:41:40 -0800 (Tue, 16 Dec 2008)
New Revision: 403

Modified:
   trunk/Makefile
Log:

oracleasm: Include new compat files in the tarball.

I forgot to add the new kapi-compat heards to the right place in the
Makefile, and they were left out of the 'make dist' tarball.  Fix that.



Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-12-04 02:42:31 UTC (rev 402)
+++ trunk/Makefile	2008-12-16 17:41:40 UTC (rev 403)
@@ -18,6 +18,9 @@
 
 KAPI_COMPAT_FILES =					\
 	kapi-compat/include/bio_end_io.h		\
+	kapi-compat/include/bio_map_user.h		\
+	kapi-compat/include/blkdev_get.h		\
+	kapi-compat/include/blkdev_put.h		\
 	kapi-compat/include/i_blksize.h			\
 	kapi-compat/include/i_mutex.h			\
 	kapi-compat/include/i_private.h			\




More information about the Oracleasm-commits mailing list