Try again
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Fri, 22 Sep 2006 09:56:29 +0000 (09:56 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Fri, 22 Sep 2006 09:56:29 +0000 (09:56 +0000)
org.gridsite.core/src/Makefile
org.gridsite.core/src/make-gridsite-spec

index e256f95..b5fe987 100644 (file)
@@ -297,7 +297,9 @@ htproxyput: htproxyput.c delegation.h DelegationService.wsdl libgridsite.so.$(VE
             -lgridsite -lcurl -lz -lssl -lcrypto -lxml2 -lm
         
 # This target is used by make-gridsite-spec to test for gSOAP include+libs
-gsoap-test: gsoap-test.c 
+gsoap-test: gridsite-delegation.cgi
+
+gsoap-test-xxx: gsoap-test.c 
        gcc -g $(MYCFLAGS) $(MYLDFLAGS) -o gsoap-test \
             gsoap-test.c \
             -I/usr/kerberos/include -I. \
index 862b075..6b6b049 100755 (executable)
@@ -21,8 +21,6 @@ EOF
 make GSOAPDIR=$GSOAPDIR STDSOAP2=$STDSOAP2 gsoap-test
 if [ $? = 0 ] ; then have_gsoap=1 ; fi
 
-have_gsoap=1
-
 cat <<EOF >gridsite.spec
 #
 # Autogenerated by make-gridsite-spec