From 50b827f091de37b9e646b5264c0957f834638ae3 Mon Sep 17 00:00:00 2001 From: Andrew McNab Date: Tue, 31 May 2005 14:28:47 +0000 Subject: [PATCH] Makefile fix --- org.gridsite.core/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3