git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71120a8
)
Don't link possibly static libares with gsoap plugin (.so)
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 6 May 2005 13:38:55 +0000
(13:38 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 6 May 2005 13:38:55 +0000
(13:38 +0000)
org.glite.security.gsoap-plugin/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.gsoap-plugin/Makefile
b/org.glite.security.gsoap-plugin/Makefile
index
e1caf26
..
6fce5b1
100644
(file)
--- a/
org.glite.security.gsoap-plugin/Makefile
+++ b/
org.glite.security.gsoap-plugin/Makefile
@@
-98,10
+98,10
@@
${GSS_THRSTATICLIB}: ${GSS_THROBJS}
ranlib $@
${GSS_LTLIB}: ${GSS_OBJS}
- ${LINK} ${version_info} -o $@ ${GSS_LOBJS}
${EX_LIBS}
+ ${LINK} ${version_info} -o $@ ${GSS_LOBJS}
${GSS_THRLTLIB}: ${GSS_THROBJS}
- ${LINK} ${version_info} -o $@ ${GSS_THRLOBJS}
${EX_LIBS}
+ ${LINK} ${version_info} -o $@ ${GSS_THRLOBJS}
${STATICLIB}: ${OBJS}
ar crv $@ ${OBJS}