From 4c69f6a2c731e0648c3667a64cc19855b809b7f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Thu, 11 Nov 2004 09:03:53 +0000 Subject: [PATCH] Disable building of missing example log_usertag_proxy. --- org.glite.lb.client/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index d49beea..56c23c5 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -91,7 +91,8 @@ PLUSLIB:=libglite_lb_clientpp_${nothrflavour}.la THRPLUSLIB:=libglite_lb_clientpp_${thrflavour}.la TOOLS:=dump load purge -EXAMPLES:=log_usertag_proxy job_reg feed_shark notify +#EXAMPLES:=log_usertag_proxy job_reg feed_shark notify +EXAMPLES:=job_reg feed_shark notify ${LIB}: ${LIBOBJS} ${LINK} -o $@ ${LIBLOBJS} -rpath ${glite_location}/lib -lglite_lb_common_${nothrflavour} -- 1.8.2.3