From bcbf232253299f20dcd8afe0bf68fe34eadb57f5 Mon Sep 17 00:00:00 2001 From: Marcel Poul Date: Tue, 6 Mar 2012 13:28:07 +0000 Subject: [PATCH] do not use my paths to canl library in cvs --- org.glite.testsuites.ctb/CANL-C/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.testsuites.ctb/CANL-C/tests/Makefile b/org.glite.testsuites.ctb/CANL-C/tests/Makefile index cfeba5e..34a6574 100644 --- a/org.glite.testsuites.ctb/CANL-C/tests/Makefile +++ b/org.glite.testsuites.ctb/CANL-C/tests/Makefile @@ -1,7 +1,7 @@ top_srcdir=. VPATH=${top_srcdir}/examples CC=gcc -LIB_PATH=-L/home/marvel/canl/emi.canl.canl-c/stage/usr/lib64 +LIB_PATH= SRC_CLI=canl_sample_client.c OBJ_CLI=canl_sample_client.o -- 1.8.2.3