* tests/binarization/Makefile.am (MOSTLYCLEANFILES): New.
Add res.pbm.
---
scribo/ChangeLog | 7 +++++++
scribo/tests/binarization/Makefile.am | 2 ++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index 315a47c..23025bc 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-14 Roland Levillain <roland(a)lrde.epita.fr>
+
+ Fix the distcleancheck target.
+
+ * tests/binarization/Makefile.am (MOSTLYCLEANFILES): New.
+ Add res.pbm.
+
2011-09-13 Roland Levillain <roland(a)lrde.epita.fr>
Fix the distribution w.r.t. Scribo's test images.
diff --git a/scribo/tests/binarization/Makefile.am
b/scribo/tests/binarization/Makefile.am
index 500d708..a23d125 100644
--- a/scribo/tests/binarization/Makefile.am
+++ b/scribo/tests/binarization/Makefile.am
@@ -37,3 +37,5 @@ sauvola_SOURCES = sauvola.cc
sauvola_ms_SOURCES = sauvola_ms.cc
TESTS = $(check_PROGRAMS)
+
+MOSTLYCLEANFILES = res.pbm
--
1.7.2.5