From: Aleš Křenek Date: Thu, 20 Apr 2006 13:04:24 +0000 (+0000) Subject: yet other locations to look for stdsoap2.[ch] X-Git-Tag: gridsite-core_R_1_1_19~62 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=2f62c595dd0bd454305cca793046f3e473025baa;p=jra1mw.git yet other locations to look for stdsoap2.[ch] --- diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 339e82c..465f786 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -199,6 +199,12 @@ link-gsoap: ln -sf ${repository}/${gsoap_name}/${gsoap_version}/src/stdsoap2.[ch] .; \ elif [ -f ${repository}/${gsoap_name}/${gsoap_version}/${gsoap_platform}/stdsoap2.c ]; then \ ln -sf ${repository}/${gsoap_name}/${gsoap_version}/${gsoap_platform}/stdsoap2.[ch] .; \ + elif [ -f ${gsoap_prefix}/stdsoap2.c ]; then \ + ln -sf ${gsoap_prefix}/stdsoap2.[ch] .; \ + elif [ -f ${gsoap_prefix}/src/stdsoap2.c ]; then \ + ln -sf ${gsoap_prefix}/src/stdsoap2.[ch] .; \ + elif [ -f ${gsoap_prefix}/devel/stdsoap2.c ]; then \ + ln -sf ${gsoap_prefix}/devel/stdsoap2.[ch] .; \ else false ; \ fi