
--- ChangeLog | 4 ++++ Makefile.am | 4 +++- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index b985ffb..f55197b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-08-10 Guillaume Lazzara <z@lrde.epita.fr> + * Makefile.am: Fix call to build_unit_test.sh. + +2010-08-10 Guillaume Lazzara <z@lrde.epita.fr> + * build-aux/build_unit_test.sh: Add more comments. 2010-08-11 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/Makefile.am b/Makefile.am index 347913f..87987f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,7 +114,9 @@ dist-hook: $(top_srcdir)/build-aux/build_unit_test.sh \ $(distdir)/milena/mln \ $(distdir)/milena/tests/unit_test \ - $(top_srcdir)/milena/tests/unit_test/disabled_tests && \ + $(top_srcdir)/milena/tests/unit_test/disabled_tests \ + mln \ + && \ ( \ cd $(distdir); \ set -evx; \ -- 1.5.6.5