* milena/tests/morpho/elementary/Makefile.am: new.
---
milena/ChangeLog | 6 ++++++
milena/tests/morpho/elementary/Makefile.am | 26 ++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 milena/tests/morpho/elementary/Makefile.am
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 66cd940..57c336f 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-27 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ Add a missing Makefile.am
+
+ * milena/tests/morpho/elementary/Makefile.am: new.
+
2008-11-26 Guillaume Lazzara <z(a)lrde.epita.fr>
Temporarily disable the compilation of some examples.
diff --git a/milena/tests/morpho/elementary/Makefile.am
b/milena/tests/morpho/elementary/Makefile.am
new file mode 100644
index 0000000..970996a
--- /dev/null
+++ b/milena/tests/morpho/elementary/Makefile.am
@@ -0,0 +1,26 @@
+## Process this file through Automake to create Makefile.in -*- Makefile -*-
+
+include $(top_srcdir)/milena/tests/tests.mk
+
+check_PROGRAMS = \
+ laplacian \
+ dilation \
+ gradient_internal \
+ opening \
+ closing \
+ top_hat \
+ gradient_external \
+ gradient \
+ erosion
+
+laplacian_SOURCES = laplacian.cc
+dilation_SOURCES = dilation.cc
+gradient_internal_SOURCES = gradient_internal.cc
+opening_SOURCES = opening.cc
+closing_SOURCES = closing.cc
+top_hat_SOURCES = top_hat.cc
+gradient_external_SOURCES = gradient_external.cc
+gradient_SOURCES = gradient.cc
+erosion_SOURCES = erosion.cc
+
+TESTS = $(check_PROGRAMS)
--
1.5.6.5