Turn on build of delegation targets
authorAndrew McNab <andrew.mcnab@manchester.ac.uk>
Tue, 22 Feb 2005 11:57:59 +0000 (11:57 +0000)
committerAndrew McNab <andrew.mcnab@manchester.ac.uk>
Tue, 22 Feb 2005 11:57:59 +0000 (11:57 +0000)
org.gridsite.core/src/Makefile

index a4c6b19..3cb59ed 100644 (file)
@@ -58,12 +58,10 @@ endif
 
 build: libgridsite.so.$(VERSION) libgridsite.a htcp mod_gridsite.so \
        urlencode findproxyfile real-gridsite-admin.cgi \
-       # gridsite-delegation.cgi # htproxyput
+       gridsite-delegation.cgi htproxyput
 
 build: libgridsite_globus.so.$(VERSION) libgridsite_globus.a
 
-build: wtf
-
 # First, normal versions using system OpenSSL rather than Globus OpenSSL
 
 libgridsite.so.$(VERSION): grst_x509.o grst_gacl.o grst_http.o grst_asn1.o
@@ -218,7 +216,7 @@ htproxyput: htproxyput.c delegation.h delegation.wsdl \
             -lgridsite -lcurl -lz -lssl -lcrypto -lxml2 -lm
 
 proxyput-example: proxyput-example.c delegation.h delegation.wsdl \
-            soapC.c soapServer.c libstdsoap2.a
+            soapC.c soapServer.c
        gcc $(MYCFLAGS) $(MYLDFLAGS) -o proxyput-example \
             proxyput-example.c \
             -I/usr/kerberos/include \