From: Andrew McNab Date: Tue, 31 May 2005 14:28:47 +0000 (+0000) Subject: Makefile fix X-Git-Tag: gridsite-core_R_1_1_9~34 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=50b827f091de37b9e646b5264c0957f834638ae3;p=jra1mw.git Makefile fix --- diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index 8b2a599..3552c0f 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -97,7 +97,7 @@ ifdef OPENSSL_GLOBUS_LIBS libgridsite_globus.so.$(VERSION): \ grst_x509_globus.o grst_gacl_globus.o grst_http_globus.o \ - grst_asn1_globus.o grst_xacml_globus.o \ + grst_asn1_globus.o grst_xacml_globus.o gcc -shared -Wl,-soname,libgridsite_globus.so.$(MINOR_VERSION) \ -o libgridsite_globus.so.$(PATCH_VERSION) \ grst_x509_globus.o grst_gacl_globus.o grst_xacml_globus.o grst_http_globus.o grst_asn1_globus.o