* apps/morphers/Makefile.am: Include
$(top_srcdir)/milena/common.mk.
---
milena/ChangeLog | 7 +++++++
milena/apps/morphers/Makefile.am | 2 ++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index e55d08b..01eefa4 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,10 @@
+2013-03-04 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Fix apps/morphers/Makefile.am.
+
+ * apps/morphers/Makefile.am: Include
+ $(top_srcdir)/milena/common.mk.
+
2011-11-16 Guillaume Lazzara <z(a)lrde.epita.fr>
Fix compilation Warnings with latest g++ versions.
diff --git a/milena/apps/morphers/Makefile.am b/milena/apps/morphers/Makefile.am
index 55bfda5..ae8e3ff 100644
--- a/milena/apps/morphers/Makefile.am
+++ b/milena/apps/morphers/Makefile.am
@@ -17,6 +17,8 @@
# Illustrations of morphers.
+include $(top_srcdir)/milena/common.mk
+
# Find Milena headers.
AM_CPPFLAGS = -I$(top_srcdir)/milena -I$(top_builddir)/milena
# Produce fast code.
--
1.7.2.5