[Pvfs2-cvs] commit by pw in pvfs2/src/apps/admin: pvfs2-config.in

CVS commit program cvs at parl.clemson.edu
Tue May 30 16:26:27 EDT 2006


Update of /projects/cvsroot/pvfs2/src/apps/admin
In directory parlweb1:/tmp/cvs-serv25210/src/apps/admin

Modified Files:
	pvfs2-config.in 
Log Message:
add libflags for openib


Index: pvfs2-config.in
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-config.in,v
diff -u -p -p -u -r1.8 -r1.9
--- pvfs2-config.in	14 Feb 2006 19:10:47 -0000	1.8
+++ pvfs2-config.in	30 May 2006 20:26:26 -0000	1.9
@@ -52,6 +52,9 @@ while test $# -gt 0; do
 	if [ x"@BUILD_IB@" = x"1" ]; then
 		libflags="$libflags -L at IB_LIBDIR@ -lvapi -lmtl_common -lmosal -lmpga -lpthread -ldl"
 	fi
+	if [ x"@BUILD_OPENIB@" = x"1" ]; then
+		libflags="$libflags -L at OPENIB_LIBDIR@ -libverbs"
+	fi
 
 	echo $libflags
 	;;
@@ -65,6 +68,9 @@ while test $# -gt 0; do
 	fi
 	if [ x"@BUILD_IB@" = x"1" ]; then
 		libflags="$libflags -L at IB_LIBDIR@ -lvapi -lmtl_common -lmosal -lmpga -lpthread -ldl"
+	fi
+	if [ x"@BUILD_OPENIB@" = x"1" ]; then
+		libflags="$libflags -L at OEPNIB_LIBDIR@ -libverbs"
 	fi
 
 	echo $libflags



More information about the Pvfs2-cvs mailing list