From 39b7ef26312738c4054b6725a9039254ef979984 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 2 Dec 2004 19:15:31 +0000 Subject: [PATCH] Don't build examples for which sources weren't committed yet --- 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 d0b8711..269aa90 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -135,7 +135,8 @@ PLUSLIB:=libglite_lb_clientpp_${nothrflavour}.la THRPLUSLIB:=libglite_lb_clientpp_${thrflavour}.la TOOLS:=dump load purge -EXAMPLES:=query_seq_code log_usertag_proxy job_reg feed_shark notify query_ext +# EXAMPLES:=query_seq_code log_usertag_proxy job_reg feed_shark notify query_ext +EXAMPLES:=log_usertag_proxy job_reg feed_shark notify FAKE_EXAMPLES:=job_log_fake job_reg_fake logevent_fake FAKE_EXAMPLES_SOURCES:=job_log.c job_reg.c -- 1.8.2.3