Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cgsi-gsoap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Data Management Clients
cgsi-gsoap
Commits
6507021c
Commit
6507021c
authored
4 years ago
by
Mattias Ellert
Browse files
Options
Downloads
Patches
Plain Diff
Link to all Globus libraries used
parent
71e6b991
No related branches found
No related tags found
Tags containing commit
1 merge request
!2
Makefile fixes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile
+7
-1
7 additions, 1 deletion
src/Makefile
with
7 additions
and
1 deletion
src/Makefile
+
7
−
1
View file @
6507021c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment