[Ocfs2-tools-commits] smushran commits r1361 - trunk/tunefs.ocfs2

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu Jun 21 17:44:48 PDT 2007


Author: smushran
Date: 2007-06-21 17:44:47 -0700 (Thu, 21 Jun 2007)
New Revision: 1361

Modified:
   trunk/tunefs.ocfs2/Makefile
Log:
tunefs.ocfs2: Trivial patch to add HFILES in DIST_FILES.
Authored-by: marcus.grando at terra.com.br
Signed-off-by: jlbec

Modified: trunk/tunefs.ocfs2/Makefile
===================================================================
--- trunk/tunefs.ocfs2/Makefile	2007-06-20 18:32:01 UTC (rev 1360)
+++ trunk/tunefs.ocfs2/Makefile	2007-06-22 00:44:47 UTC (rev 1361)
@@ -35,7 +35,7 @@
 
 OBJS = $(subst .c,.o,$(CFILES))
 
-DIST_FILES = $(CFILES) tunefs.ocfs2.8.in
+DIST_FILES = $(CFILES) $(HFILES) tunefs.ocfs2.8.in
 
 tunefs.ocfs2: $(OBJS) $(LIBOCFS2_DEPS) $(LIBO2DLM_DEPS) $(LIBO2CB_DEPS)
 	$(LINK) $(LIBOCFS2_LIBS) $(UUID_LIBS) $(LIBO2DLM_LIBS) $(LIBO2CB_LIBS) $(COM_ERR_LIBS)




More information about the Ocfs2-tools-commits mailing list