
--- ChangeLog | 9 +++------ configure.ac | 6 ++++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index e937542..4bd09b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,10 @@ -2009-11-06 Jérôme Galtier <jerome.galtier@lrde.epita.fr> +2010-06-15 Guillaume Lazzara <z@lrde.epita.fr> - Add support for pbm files in the viewer. - - * viewer/browser_widget.cc (BrowserWidget::BrowserWidget): Do not - filter out pbm files. + * configure.ac: Configure scribo/demo. 2010-06-03 Guillaume Lazzara <z@lrde.epita.fr> - * configure.ac: configure several directories in scribo/. + * configure.ac: Configure several directories in scribo/. 2010-06-03 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/configure.ac b/configure.ac index 9b633cd..330a2fa 100644 --- a/configure.ac +++ b/configure.ac @@ -169,7 +169,7 @@ OLN_WITH_LIB([GDCM], [gdcm-2.0/gdcmReader.h], [gdcmCommon], [gdcm], [GDCM], OLN_WITH_LIB([TESSERACT], [tesseract/baseapi.h], [tesseract_full], [tesseract], [TESSERACT]) # Qt. -AT_WITH_QT([], [], [], +AT_WITH_QT([+xml], [], [], AC_DEFINE([HAVE_QT], 1, [Define to 1 if we can use Qt]), AC_DEFINE([HAVE_QT], 0)) AM_CONDITIONAL([HAVE_QT], [test x$QT_PATH != x]) @@ -215,7 +215,9 @@ AM_CONDITIONAL([ENABLE_SCRIBO], [test x$enable_scribo = xyes]) AC_CONFIG_FILES([ scribo/Makefile - scribo/demo/review/Makefile + scribo/demo/Makefile + scribo/demo/review/Makefile + scribo/demo/viewer/Makefile scribo/src/Makefile scribo/src/binarization/Makefile scribo/src/contest/Makefile -- 1.5.6.5