yet other locations to look for stdsoap2.[ch]
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 20 Apr 2006 13:04:24 +0000 (13:04 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 20 Apr 2006 13:04:24 +0000 (13:04 +0000)
org.glite.security.gsoap-plugin/Makefile

index 339e82c..465f786 100644 (file)
@@ -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