last-svn-commit-142-g2891ae7 Fix distcleancheck.

* apps/papers/levillain.09.ismm/Makefile.am (CLEANFILES): New. Add $(noinst_DATA) and graph-s.neato. * tests/morpho/watershed/Makefile.am (CLEANFILES): Add topo_wst.pgm. --- milena/ChangeLog | 9 +++++++++ milena/apps/papers/levillain.09.ismm/Makefile.am | 1 + milena/tests/morpho/watershed/Makefile.am | 2 +- 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 5d5aa10..8382b27 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,14 @@ 2010-04-22 Roland Levillain <roland@lrde.epita.fr> + Fix distcleancheck. + + * apps/papers/levillain.09.ismm/Makefile.am (CLEANFILES): New. + Add $(noinst_DATA) and graph-s.neato. + * tests/morpho/watershed/Makefile.am (CLEANFILES): + Add topo_wst.pgm. + +2010-04-22 Roland Levillain <roland@lrde.epita.fr> + Do not install images from papers (yet). * apps/papers/levillain.09.ismm/Makefile.am diff --git a/milena/apps/papers/levillain.09.ismm/Makefile.am b/milena/apps/papers/levillain.09.ismm/Makefile.am index bc3892b..f397567 100644 --- a/milena/apps/papers/levillain.09.ismm/Makefile.am +++ b/milena/apps/papers/levillain.09.ismm/Makefile.am @@ -35,6 +35,7 @@ dist_noinst_DATA = seeds.pgm m283-c.off # Output images. noinst_DATA = lena-s.ppm graph-s.png m283-s.off +CLEANFILES = $(noinst_DATA) graph-s.neato lena-s.ppm: $(top_srcdir)/milena/img/lena.pgm image2d$(EXEEXT) ./image2d$(EXEEXT) $< 1000 $@ diff --git a/milena/tests/morpho/watershed/Makefile.am b/milena/tests/morpho/watershed/Makefile.am index d384f5e..7e28a00 100644 --- a/milena/tests/morpho/watershed/Makefile.am +++ b/milena/tests/morpho/watershed/Makefile.am @@ -34,6 +34,6 @@ TESTS = $(check_PROGRAMS) # FIXME: each test should clean its output, temporary output should # not be cleaned up by make. CLEANFILES = \ + topo_wst.pgm \ tmp_ref.pgm \ tmp_out.pgm - -- 1.5.6.5
participants (1)
-
Roland Levillain