
--- scribo/ChangeLog | 4 ++++ scribo/tests/Makefile.am | 12 +++++++++++- 2 files changed, 15 insertions(+), 1 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index e2b1ea1..f966b92 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,9 @@ 2010-08-25 Guillaume Lazzara <z@lrde.epita.fr> + * tests/Makefile.am (EXTRA_DIST): Add new files. + +2010-08-25 Guillaume Lazzara <z@lrde.epita.fr> + Re-enable 'table' directory in SUBDIRS. * src/Makefile.am, diff --git a/scribo/tests/Makefile.am b/scribo/tests/Makefile.am index 4214e37..a8397ef 100644 --- a/scribo/tests/Makefile.am +++ b/scribo/tests/Makefile.am @@ -1,4 +1,5 @@ -# Copyright (C) 2009 EPITA Research and Development Laboratory (LRDE). +# Copyright (C) 2009, 2010 EPITA Research and Development Laboratory +# (LRDE). # # This file is part of Olena. # @@ -16,6 +17,15 @@ include $(srcdir)/tests.mk +EXTRA_DIST = \ + table_to_be_repaired.pbm \ + table_to_be_repaired2.pbm \ + table_to_be_repaired3.pbm \ + text_to_group.pbm \ + text_to_group.pgm \ + text_to_group_and_clean.pbm \ + wildly.pbm + SUBDIRS = \ binarization \ core \ -- 1.5.6.5