From: Michal Voců Date: Thu, 12 Jul 2012 14:21:03 +0000 (+0000) Subject: add qstat example to the build X-Git-Tag: gridsite-core_R_1_7_22~23 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f42d9fa1d32c753ef436e4472f364ca9705b39b1;p=jra1mw.git add qstat example to the build --- diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 3e74d2e..9b974c1 100644 --- a/org.glite.lb.client/Makefile +++ b/org.glite.lb.client/Makefile @@ -188,7 +188,7 @@ EXAMPLES:=${EXAMPLES_SRC:.c=} # EXAMPLES_PLUS_SRC:=indexed_attrs_plus.cpp job_status_plus.cpp query_events_plus.cpp listener.cpp user_jobs_plus.cpp job_log_plus.cpp notify_plus.cpp # EXAMPLES_PLUS:=${EXAMPLES_PLUS_SRC:.cpp=} -EXAMPLES_CL_SRC:=user_jobs.c job_status.c multiple_user_jobs.c +EXAMPLES_CL_SRC:=user_jobs.c job_status.c multiple_user_jobs.c qstat.c EXAMPLES_CL:=${EXAMPLES_CL_SRC:.c=} EXAMPLES_CL_THR_SRC:=user_jobs_threaded.c job_status_threaded.c