Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't try to distribute a non-existing file (copy/paste leftover)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Nov 2007 09:01:31 +0000 (09:01 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Nov 2007 09:01:31 +0000 (09:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4994 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/properties/Makefile.am
examples/gras/properties/Makefile.in

index bd4d471..5d9568b 100644 (file)
@@ -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
index 439d6a1..6568434 100644 (file)
@@ -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