From 2f62c595dd0bd454305cca793046f3e473025baa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 20 Apr 2006 13:04:24 +0000 Subject: [PATCH] yet other locations to look for stdsoap2.[ch] --- org.glite.security.gsoap-plugin/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 1.8.2.3