From: Marcel Poul Date: Tue, 6 Mar 2012 13:28:07 +0000 (+0000) Subject: do not use my paths to canl library in cvs X-Git-Tag: glite-jobid-api-c_R_2_1_2_1~66 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=bcbf232253299f20dcd8afe0bf68fe34eadb57f5;p=jra1mw.git do not use my paths to canl library in cvs --- 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