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:
74043e6
)
stop linking against efence
author
Daniel Kouřil
<kouril@ics.muni.cz>
Mon, 23 Jan 2012 14:25:15 +0000
(14:25 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Mon, 23 Jan 2012 14:25:15 +0000
(14:25 +0000)
org.glite.lbjp-common.gss/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lbjp-common.gss/Makefile
b/org.glite.lbjp-common.gss/Makefile
index
58949c5
..
bac3e15
100644
(file)
--- a/
org.glite.lbjp-common.gss/Makefile
+++ b/
org.glite.lbjp-common.gss/Makefile
@@
-139,10
+139,10
@@
test_coverage:
cd coverage && for i in ${OBJS}; do gcov -o .libs/ $$i ; done
gss_server: gss_server.o example_common.o
- ${LINK} -o $@ ${default_gss} $^
-lefence
+ ${LINK} -o $@ ${default_gss} $^
gss_client: gss_client.o example_common.o
- ${LINK} -o $@ ${default_gss} $^
-lefence
+ ${LINK} -o $@ ${default_gss} $^
examples: