git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
612956d
)
add qstat example to the build
author
Michal Voců
<michal@ruk.cuni.cz>
Thu, 12 Jul 2012 14:21:03 +0000
(14:21 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Thu, 12 Jul 2012 14:21:03 +0000
(14:21 +0000)
org.glite.lb.client/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/Makefile
b/org.glite.lb.client/Makefile
index
3e74d2e
..
9b974c1
100644
(file)
--- 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