From: Zdeněk Šustr Date: Mon, 22 Mar 2010 15:44:31 +0000 (+0000) Subject: Remove hardcoded lib paths X-Git-Tag: glite-jobid-api-c_R_1_0_2_1~14 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=44345c12275f2fb000bbe80fd535a5303f0f31dc;p=jra1mw.git Remove hardcoded lib paths --- diff --git a/org.glite.lb.ws-test/Makefile b/org.glite.lb.ws-test/Makefile index 5076ef9..bb6d4b3 100644 --- a/org.glite.lb.ws-test/Makefile +++ b/org.glite.lb.ws-test/Makefile @@ -37,13 +37,10 @@ INSTALL:=libtool --mode=install install GSOAP_FILES_PREFIX:= bk_ws_ dotless_gsoap_ver:=${shell echo ${gsoap_default_version} | tr -d . } -ifeq ($(shell test -f ${stagedir}/lib/libglite_security_gsoap_plugin_${dotless_gsoap_ver}_${nothrflavour}_c.so && echo ok),ok) - langflavour:=_c -endif ifeq ($(shell test -f ${stagedir}/${libdir}/libglite_security_gsoap_plugin_${dotless_gsoap_ver}_${nothrflavour}_c.so && echo ok),ok) langflavour:=_c endif -GSOAP_LIB:=-L${stagedir}/${libdir} -L${stagedir}/lib -lglite_security_gsoap_plugin_${dotless_gsoap_ver}_${nothrflavour}${langflavour} +GSOAP_LIB:=-L${stagedir}/${libdir} -lglite_security_gsoap_plugin_${dotless_gsoap_ver}_${nothrflavour}${langflavour} WS_CLIENT_OBJS:= $(GSOAP_FILES_PREFIX)C.o $(GSOAP_FILES_PREFIX)Client.o ws_fault.o # ws_typeref.o