From: František Dvořák Date: Tue, 1 Nov 2011 19:03:11 +0000 (+0000) Subject: Link examples explicitely with L&B common library (build with '--as-needed'). X-Git-Tag: glite-jobid-api-c_R_2_0_3_2~9 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6be7d1cc746631b97e6dee6060765b2c859cf3c8;p=jra1mw.git Link examples explicitely with L&B common library (build with '--as-needed'). --- diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 726cc36..ef8f1c7 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -244,10 +244,7 @@ notify: notify.o register_sandbox: %: %.o ${LINK} -o $@ $@.o ${default_clientlib} ${EXT_LIB} -${TOOLS} ${EXAMPLES}: %: %.o - ${LINK} -o $@ $< ${default_clientlib} ${EXT_LIB} - -${EXAMPLES_CL}: %: %.o +${TOOLS} ${EXAMPLES} ${EXAMPLES_CL}: %: %.o ${LINK} -o $@ $< ${default_clientlib} ${default_commonlib} ${EXT_LIB} ${EXAMPLES_CL_THR}: %: %.o