From 94df4851f001570f70be210577b81acdc7dd8986 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 14 Nov 2007 16:08:41 +0000 Subject: [PATCH] - use glite_jobid instead of wmsutils - comment out missing examples temporarily --- org.glite.lb.client/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 91ff566..6efa685 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -56,8 +56,10 @@ l_SRC = \ failed_subjob.l \ aborted.l \ cancelled.l \ - shallow_resub_complex.l shallow_resub_simple.l shallow_resub_simple2.l \ - resubmission.l resubmitted.l + +# TODO: missing resubmission_deep +# shallow_resub_complex.l shallow_resub_simple.l shallow_resub_simple2.l \ +# resubmission.l resubmitted.l sh_PROGS = $(l_SRC:.l=.sh) @@ -145,7 +147,9 @@ THRPLUSLIB:=libglite_lb_clientpp_${thrflavour}.la TOOLS:=${LB_PERF_TOOLS} EXAMPLES:=log_usertag_proxy job_log job_reg feed_shark notify query_ext query_seq_code stats abort_job change_acl stresslog flood_proxy dagids stress_context parse_eventsfile -EXAMPLES_PLUS:=indexed_attrs_plus job_status_plus query_events_plus listener user_jobs_plus job_log_plus notify_plus + +# TODO: migrate them here from branch_RC31_3 +# EXAMPLES_PLUS:=indexed_attrs_plus job_status_plus query_events_plus listener user_jobs_plus job_log_plus notify_plus EXAMPLES_CL:=user_jobs job_status EXAMPLES_CL_THR:=user_jobs_threaded @@ -154,7 +158,7 @@ FAKE_EXAMPLES:=job_log_fake MAN_GZ:=glite-lb-logevent.1.gz MAN = $(MAN_GZ:.gz=) -PLUS_EXTRA_LIB:=-lglite_wmsutils_jobid -lglite_wmsutils_exception +PLUS_EXTRA_LIB:=-lglite_jobid # version_info=-version-info `echo ${version} | cut -d. -f1,2 | tr . :` -- 1.8.2.3