[PATCH 27/31] configure.ac: Reorder the list of Makefiles.

--- ChangeLog | 4 ++++ configure.ac | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 022792a..8e123a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-05-15 Roland Levillain <roland@lrde.epita.fr> + + * configure.ac: Reorder the list of Makefiles. + 2009-05-14 Roland Levillain <roland@lrde.epita.fr> Populate configure.ac with missing Makefiles. diff --git a/configure.ac b/configure.ac index 066ba34..a12d89e 100644 --- a/configure.ac +++ b/configure.ac @@ -246,17 +246,17 @@ AC_CONFIG_FILES([ milena/tests/metal/make/Makefile milena/tests/metal/math/Makefile milena/tests/morpho/Makefile - milena/tests/morpho/attribute/Makefile milena/tests/morpho/approx/Makefile - milena/tests/morpho/elementary/Makefile - milena/tests/morpho/tree/Makefile - milena/tests/morpho/watershed/Makefile + milena/tests/morpho/attribute/Makefile milena/tests/morpho/closing/Makefile milena/tests/morpho/closing/approx/Makefile + milena/tests/morpho/elementary/Makefile milena/tests/morpho/opening/Makefile milena/tests/morpho/opening/approx/Makefile milena/tests/morpho/reconstruction/Makefile milena/tests/morpho/reconstruction/by_dilation/Makefile + milena/tests/morpho/tree/Makefile + milena/tests/morpho/watershed/Makefile milena/tests/norm/Makefile milena/tests/opt/Makefile milena/tests/pw/Makefile @@ -272,8 +272,8 @@ AC_CONFIG_FILES([ milena/tests/trait/op/Makefile milena/tests/trait/value/Makefile milena/tests/transform/Makefile - milena/tests/util/Makefile milena/tests/unit_test/Makefile + milena/tests/util/Makefile milena/tests/value/Makefile milena/tests/value/builtin/Makefile milena/tests/value/concept/Makefile -- 1.6.1.2
participants (1)
-
Roland Levillain