[Ocfs2-tools-commits] manish commits r788 - trunk/ocfs2console/ocfs2interface

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Apr 5 21:37:48 CDT 2005


Author: manish
Date: 2005-04-05 21:37:46 -0500 (Tue, 05 Apr 2005)
New Revision: 788

Modified:
   trunk/ocfs2console/ocfs2interface/Makefile
Log:
Use UUID_LIBS


Modified: trunk/ocfs2console/ocfs2interface/Makefile
===================================================================
--- trunk/ocfs2console/ocfs2interface/Makefile	2005-04-06 02:36:24 UTC (rev 787)
+++ trunk/ocfs2console/ocfs2interface/Makefile	2005-04-06 02:37:46 UTC (rev 788)
@@ -29,7 +29,7 @@
 BLKID_DEPS = $(TOPDIR)/ocfs2console/blkid/libblkid-internal.a
 
 BLKID_CFLAGS = -I$(TOPDIR)/ocfs2console
-BLKID_LIBS = -L$(TOPDIR)/ocfs2console/blkid -lblkid-internal -luuid
+BLKID_LIBS = -L$(TOPDIR)/ocfs2console/blkid -lblkid-internal $(UUID_LIBS)
 endif
 
 DEFINES = -DOCFS2_FLAT_INCLUDES -DO2DLM_FLAT_INCLUDES -DO2CB_FLAT_INCLUDES -DG_DISABLE_DEPRECATED



More information about the Ocfs2-tools-commits mailing list