Skip to content
Snippets Groups Projects
Commit 6507021c authored by Mattias Ellert's avatar Mattias Ellert
Browse files

Link to all Globus libraries used

parent 71e6b991
No related branches found
No related tags found
1 merge request!2Makefile fixes
......@@ -51,7 +51,13 @@ SHLIBFILES +=libcgsi_plugin$(GSOAP_VERSION)_cpp.so
endif
GLOBUS_INCLUDE = -I$(GLOBUS_LOCATION)/include/globus -I$(GLOBUS_LOCATION)/$(LIBDIR)/globus/include
GLOBUS_LIBS = -L$(GLOBUS_LOCATION)/$(LIBDIR) -lglobus_gssapi_gsi -lglobus_gss_assist
GLOBUS_LIBS = -L$(GLOBUS_LOCATION)/$(LIBDIR) \
-lglobus_gss_assist \
-lglobus_gssapi_gsi \
-lglobus_gsi_credential \
-lglobus_gsi_cert_utils \
-lglobus_openssl \
-lglobus_common -lpthread -lssl -lcrypto
ifneq ($(USE_VOMS), $(EMPTY))
LIBFILES +=libcgsi_plugin_voms$(GSOAP_VERSION).a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment