---
milena/ChangeLog | 4 ++++
milena/tests/world/k1/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 24bd25c..08378ab 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2012-10-03 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * tests/world/k1/Makefile.am: Fix target names.
+
+2012-10-03 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Replace unsignedh type by intsub.
* mln/value/unsignedh.hh,
diff --git a/milena/tests/world/k1/Makefile.am b/milena/tests/world/k1/Makefile.am
index 0027267..598d8dd 100644
--- a/milena/tests/world/k1/Makefile.am
+++ b/milena/tests/world/k1/Makefile.am
@@ -38,7 +38,7 @@ check_PROGRAMS = \
un_immerse
display_enlarged_SOURCES = display_enlarged.cc
-fill_0_1_faces_border_SOURCES = fill_0_1_faces_border.cc
+fill_0_1_faces_internal_border_SOURCES = fill_0_1_faces_internal_border.cc
fill_0_from_1_faces_SOURCES = fill_0_from_1_faces.cc
fill_0_from_2_faces_SOURCES = fill_0_from_2_faces.cc
fill_0_from_primary_faces_SOURCES = fill_0_from_primary_faces.cc
--
1.7.2.5