From 6be7d1cc746631b97e6dee6060765b2c859cf3c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 1 Nov 2011 19:03:11 +0000 Subject: [PATCH] Link examples explicitely with L&B common library (build with '--as-needed'). --- org.glite.lb.client/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 1.8.2.3