From 590fa13bc6e61b35e81d89126a746223699e9cd9 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 31 Mar 2006 06:21:59 +0000 Subject: [PATCH 1/1] clean behind Arnaud (hehe) so that make distcheck works again git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2040 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 405ffd9ce5..940aced8e0 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,8 +1,9 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include AM_CFLAGS=-g -CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out -DISTCLEANFILES = gras/.libs/* xbt/.libs/* surf/.libs/* msg/.libs/* +CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out\ + testgraph.xml graph.dot +DISTCLEANFILES = gras/.libs/* xbt/.libs/* surf/.libs/* msg/.libs/*  MAINTAINERCLEANFILES=Makefile.in EXTRA_DIST=run_tests.in \ gras/datadesc.little32 gras/datadesc.little32_4 \ -- 2.20.1