---
scribo/ChangeLog | 4 ++++
scribo/tests/binarization/Makefile.am | 7 +++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 7f238b3..f356280 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-26 Guillaume Lazzara <z(a)lrde.epita.fr>
+
+ * tests/binarization/Makefile.am: Fix EXTRA_DIST file names.
+
2013-03-04 Roland Levillain <roland(a)lrde.epita.fr>
Fix inclusion paths.
diff --git a/scribo/tests/binarization/Makefile.am
b/scribo/tests/binarization/Makefile.am
index 3a3aefb..7458b1c 100644
--- a/scribo/tests/binarization/Makefile.am
+++ b/scribo/tests/binarization/Makefile.am
@@ -18,19 +18,18 @@
include $(top_srcdir)/scribo/tests/tests.mk
EXTRA_DIST = \
- kim.res.pbm \
+ kim.ref.pbm \
kim_wodd_heven.ref.pbm \
kim_weven_hodd.ref.pbm \
kim_wodd_hodd.ref.pbm \
- niblack.res.pbm \
+ niblack.ref.pbm \
niblack_wodd_heven.ref.pbm \
niblack_weven_hodd.ref.pbm \
niblack_wodd_hodd.ref.pbm \
- niblack_fast.res.pbm \
+ niblack_fast.ref.pbm \
niblack_fast_wodd_heven.ref.pbm \
niblack_fast_weven_hodd.ref.pbm \
niblack_fast_wodd_hodd.ref.pbm \
- niblack.ref.pbm \
sauvola_ms.ref.pbm \
sauvola_ms_wodd_heven.ref.pbm \
sauvola_ms_weven_hodd.ref.pbm \
--
1.7.2.5