From: mquinson Date: Thu, 8 Nov 2007 09:01:31 +0000 (+0000) Subject: don't try to distribute a non-existing file (copy/paste leftover) X-Git-Tag: v3.3~829 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/73c1556ffe18cf4542bfa39dc9384adc7d2bb79c don't try to distribute a non-existing file (copy/paste leftover) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4994 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/properties/Makefile.am b/examples/gras/properties/Makefile.am index bd4d471ff8..5d9568b766 100644 --- a/examples/gras/properties/Makefile.am +++ b/examples/gras/properties/Makefile.am @@ -7,7 +7,7 @@ INCLUDES= -I$(top_srcdir)/include -EXTRA_DIST=properties.xml properties.h +EXTRA_DIST=properties.xml include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition diff --git a/examples/gras/properties/Makefile.in b/examples/gras/properties/Makefile.in index 439d6a1112..6568434b25 100644 --- a/examples/gras/properties/Makefile.in +++ b/examples/gras/properties/Makefile.in @@ -246,7 +246,7 @@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = -I$(top_srcdir)/include -EXTRA_DIST = properties.xml properties.h test_rl test_sg_32 test_sg_64 +EXTRA_DIST = properties.xml test_rl test_sg_32 test_sg_64 @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl TESTS_ENVIRONMENT = srcdir=$(srcdir) EXEEXT=$(EXEEXT) @top_builddir@/tools/tesh/tesh