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:
c8369eb
)
- external libraries added to the linking process
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Thu, 3 Mar 2005 15:06:59 +0000
(15:06 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Thu, 3 Mar 2005 15:06:59 +0000
(15:06 +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
0f0cef2
..
b737886
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}
+ ${LINK} ${version_info} -o $@ ${GSS_LOBJS}
${EX_LIBS}
${GSS_THRLTLIB}: ${GSS_THROBJS}
- ${LINK} ${version_info} -o $@ ${GSS_THRLOBJS}
+ ${LINK} ${version_info} -o $@ ${GSS_THRLOBJS}
${EX_LIBS}
${STATICLIB}: ${OBJS}
ar crv $@ ${OBJS}