
--- ChangeLog | 4 ++++ configure.ac | 3 +++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31d498c..852ea6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-05-05 Guillaume Lazzara <lazzara@fidji.lrde.epita.fr> + + * configure.ac: Configure scribo/tests/util. + 2011-04-05 Guillaume Lazzara <z@lrde.epita.fr> * configure.ac: Configure scribo/tests/estim. diff --git a/configure.ac b/configure.ac index 189d905..fdbddd9 100644 --- a/configure.ac +++ b/configure.ac @@ -348,6 +348,8 @@ AC_CONFIG_FILES([ scribo/tests/core/Makefile scribo/tests/estim/Makefile scribo/tests/filter/Makefile + scribo/tests/io/Makefile + scribo/tests/io/xml/Makefile scribo/tests/preprocessing/Makefile scribo/tests/primitive/Makefile scribo/tests/primitive/extract/Makefile @@ -357,6 +359,7 @@ AC_CONFIG_FILES([ scribo/tests/toolchain/Makefile scribo/tests/toolchain/nepomuk/Makefile scribo/tests/unit_test/Makefile + scribo/tests/util/Makefile ]) # Flags for Scribo -- 1.5.6.5