[Ocfs-tools-commits] manish commits r58 - trunk/ocfstool

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Sun Jun 13 19:54:28 CDT 2004


Author: manish
Date: 2004-06-13 18:54:25 -0500 (Sun, 13 Jun 2004)
New Revision: 58

Modified:
   trunk/ocfstool/Makefile
Log:
Fix up for versioned subdirs


Modified: trunk/ocfstool/Makefile
===================================================================
--- trunk/ocfstool/Makefile	2004-06-13 23:48:55 UTC (rev 57)
+++ trunk/ocfstool/Makefile	2004-06-13 23:54:25 UTC (rev 58)
@@ -15,7 +15,7 @@
 MANS = ocfstool.8
 
 DEFINES = -DOCFSTOOL_VERSION=\"$(VERSION)\"
-INCLUDES = $(GTK_CFLAGS) -I$(TOPDIR)/libocfs -I$(TOPDIR)/debugocfs
+INCLUDES = $(GTK_CFLAGS) -I$(TOPDIR)/ocfs/libocfs -I$(TOPDIR)/ocfs/debugocfs
 
 OPTIMIZE = -O2
 
@@ -55,6 +55,6 @@
 DIST_FILES = $(CFILES) $(HFILES) ocfstool.8.in
 
 ocfstool: $(OBJS)
-	$(LINK) $(GTK_LIBS) -L$(TOPDIR)/debugocfs -ldebugocfs -L$(TOPDIR)/libocfs -locfs
+	$(LINK) $(GTK_LIBS) -L$(TOPDIR)/ocfs/debugocfs -ldebugocfs -L$(TOPDIR)/ocfs/libocfs -locfs
 
 include $(TOPDIR)/Postamble.make



More information about the Ocfs-tools-commits mailing list