branch, master, updated. v0.2-118-gde8d1ec
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, master has been updated via de8d1ec25371275363582c5637f6ea92f46605e1 (commit) from f6c5d838cbf615a2f5d0bbbff63f2936f48140b0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit de8d1ec25371275363582c5637f6ea92f46605e1 Author: John Jenkins <[email protected]> Date: Fri Nov 14 11:06:48 2014 -0600 don't unconditionally install aekinetic.hae ----------------------------------------------------------------------- Summary of changes: toolchain/include/aesop/Makefile.subdir | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) Diff of changes: diff --git a/toolchain/include/aesop/Makefile.subdir b/toolchain/include/aesop/Makefile.subdir index 05f8132..cd7b947 100644 --- a/toolchain/include/aesop/Makefile.subdir +++ b/toolchain/include/aesop/Makefile.subdir @@ -17,5 +17,8 @@ pkginclude_HEADERS += \ include/aesop/resource.h \ include/aesop/sem.hae \ include/aesop/timer.hae \ - include/aesop/aekinetic.hae \ include/aesop/worker.h + +if KINETIC_ENABLED +pkginclude_HEADERS += include/aesop/aekinetic.hae +endif hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov