[Ocfs2-commits] manish commits r1895 - trunk
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Fri Feb 18 12:38:00 CST 2005
Author: manish
Date: 2005-02-18 12:37:58 -0600 (Fri, 18 Feb 2005)
New Revision: 1895
Modified:
trunk/Makefile
Log:
Make sure kapi-compat headers are disted
Modified: trunk/Makefile
===================================================================
--- trunk/Makefile 2005-02-18 02:23:08 UTC (rev 1894)
+++ trunk/Makefile 2005-02-18 18:37:58 UTC (rev 1895)
@@ -6,6 +6,12 @@
SUBDIRS = fs docs patches vendor
+KAPI_COMPAT_FILES = \
+ kapi-compat/include/kref_init.h \
+ kapi-compat/include/kref_put.h \
+ kapi-compat/include/msecs_to_jiffies.h \
+ kapi-compat/include/wait_event_interruptible_timeout.h
+
DIST_FILES = \
COPYING \
Config.make.in \
@@ -19,8 +25,14 @@
configure.in \
install-sh \
mkinstalldirs \
- rpmarch.guess
+ rpmarch.guess \
+ $(KAPI_COMPAT_FILES)
+DIST_RULES = dist-subdircreate
+
+dist-subdircreate:
+ $(TOPDIR)/mkinstalldirs $(DIST_DIR)/kapi-compat/include
+
#
# RHEL3
#
More information about the Ocfs2-commits
mailing list