From: František Dvořák Date: Thu, 4 Feb 2010 13:16:37 +0000 (+0000) Subject: Remote build fix (deb5). X-Git-Tag: merge_3795_branch_2_0_dst~5 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6c8896e57bc7c6f4edeb4572f10b51eda8809dae;p=jra1mw.git Remote build fix (deb5). --- diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index e0f05da..236c486 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -195,7 +195,7 @@ logevent: logevent.o args.o ${LINK} -o $@ logevent.o args.o ${LIB} ${EXT_LIB} notify: notify.o - ${LINKXX} -o $@ notify.o ${PLUSLIB} ${EXT_LIB} + ${LINKXX} -o $@ notify.o ${PLUSLIB} ${EXT_LIB} ${PLUS_EXTRA_LIB} ${TOOLS} ${EXAMPLES}: %: %.o ${LINK} -o $@ $< ${LIB} ${EXT_LIB}