[PATCH 25/31] Populate configure.ac with missing Makefiles.

* configure.ac: Configure milena/tests/morpho/reconstruction/Makefile and milena/tests/morpho/reconstruction/by_dilation/Makefile. --- ChangeLog | 8 ++++++++ configure.ac | 2 ++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64868be..022792a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2009-05-14 Roland Levillain <roland@lrde.epita.fr> + Populate configure.ac with missing Makefiles. + + * configure.ac: Configure + milena/tests/morpho/reconstruction/Makefile and + milena/tests/morpho/reconstruction/by_dilation/Makefile. + +2009-05-14 Roland Levillain <roland@lrde.epita.fr> + Adjust .gitignore files. * .gitignore: Ignore patterns *.pyc and *.stamp globally. diff --git a/configure.ac b/configure.ac index 48a849c..066ba34 100644 --- a/configure.ac +++ b/configure.ac @@ -255,6 +255,8 @@ AC_CONFIG_FILES([ milena/tests/morpho/closing/approx/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/norm/Makefile milena/tests/opt/Makefile milena/tests/pw/Makefile -- 1.6.1.2
participants (1)
-
Roland Levillain