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 "Olena, a generic and efficient image processing platform".
The branch mesh-segm-skel has been updated
via e6fe7d359db0a18c8f37dd29f06bfa1d9fead977 (commit)
via 450410e982d7c9abbd5d0b4c3d834284a504d138 (commit)
from 4998bf92ef1bd4a382768a9b9abcb925fc1bfe7b (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 -----------------------------------------------------------------
e6fe7d3 Do not install Milena apps.
450410e Fix the distribution.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 15 +++++++++++++++
milena/apps/generic-skel/Makefile.am | 10 ++++++----
milena/apps/mesh-segm-skel/Makefile.am | 28 ++++++++++++++--------------
3 files changed, 35 insertions(+), 18 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
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 "Olena, a generic and efficient image processing platform".
The branch mesh-segm-skel has been updated
via 4998bf92ef1bd4a382768a9b9abcb925fc1bfe7b (commit)
from 0774f862907bf1f3b751cbd8e8124daa6ab58cea (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 -----------------------------------------------------------------
4998bf9 Fix a Makefile inclusion in Milena's apps/generic-skel.
-----------------------------------------------------------------------
Summary of changes:
milena/ChangeLog | 7 +++++++
milena/apps/generic-skel/Makefile.am | 2 ++
2 files changed, 9 insertions(+)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* apps/generic-skel/Makefile.am: Include
$(top_srcdir)/milena/common.mk.
---
milena/ChangeLog | 7 +++++++
milena/apps/generic-skel/Makefile.am | 2 ++
2 files changed, 9 insertions(+)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index f91ace5..676d54e 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,10 @@
+2013-08-31 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Fix a Makefile inclusion in Milena's apps/generic-skel.
+
+ * apps/generic-skel/Makefile.am: Include
+ $(top_srcdir)/milena/common.mk.
+
2013-08-30 Roland Levillain <roland(a)lrde.epita.fr>
Simplify even more Milena Makefiles thanks to AM_DEFAULT_SOURCE_EXT.
diff --git a/milena/apps/generic-skel/Makefile.am b/milena/apps/generic-skel/Makefile.am
index 1d4f73e..6a3c458 100644
--- a/milena/apps/generic-skel/Makefile.am
+++ b/milena/apps/generic-skel/Makefile.am
@@ -14,6 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with Olena. If not, see <http://www.gnu.org/licenses/>.
+include $(top_srcdir)/milena/common.mk
+
# Find Milena and trimesh headers.
AM_CPPFLAGS = -I$(top_srcdir)/milena
# Find apps/data.hh (generated file).
--
1.7.10.4