From: mquinson Date: Tue, 20 May 2008 20:08:50 +0000 (+0000) Subject: Fix make dist X-Git-Tag: v3.3~482 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7dc3f1ac4535ed2254da92e8881cd6eeb870f84a Fix make dist git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5454 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/properties/Makefile.am b/examples/gras/properties/Makefile.am index cd3f13e3c9..5ee501c48a 100644 --- a/examples/gras/properties/Makefile.am +++ b/examples/gras/properties/Makefile.am @@ -7,8 +7,9 @@ INCLUDES= -I$(top_srcdir)/include -EXTRA_DIST=properties.xml +EXTRA_DIST= include $(top_srcdir)/examples/gras/tests.mk +EXTRA_DIST=properties.xml test_sg test_rl # AUTOMAKE variable definition noinst_PROGRAMS=properties_alice properties_bob properties_simulator diff --git a/examples/gras/properties/Makefile.in b/examples/gras/properties/Makefile.in index 9f4efed8e9..4f5828534f 100644 --- a/examples/gras/properties/Makefile.in +++ b/examples/gras/properties/Makefile.in @@ -248,7 +248,7 @@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = -I$(top_srcdir)/include -EXTRA_DIST = properties.xml test_rl test_sg_32 test_sg_64 +EXTRA_DIST = properties.xml test_sg test_rl @GRAS_ARCH_32_BITS_FALSE@TESTS = test_sg_64 test_rl @GRAS_ARCH_32_BITS_TRUE@TESTS = test_sg_32 test_rl TESTS = test_sg test_rl diff --git a/examples/simdag/Makefile.am b/examples/simdag/Makefile.am index 00da7645c3..4193376a8d 100644 --- a/examples/simdag/Makefile.am +++ b/examples/simdag/Makefile.am @@ -7,8 +7,7 @@ INCLUDES = -I$(top_srcdir)/include AM_CFLAGS = -g -EXTRA_DIST = 2clusters.xml \ - properties/prop.xml +EXTRA_DIST = 2clusters.xml CLEANFILES = sd_test.trace diff --git a/examples/simdag/Makefile.in b/examples/simdag/Makefile.in index 34d1222141..49985c5cef 100644 --- a/examples/simdag/Makefile.in +++ b/examples/simdag/Makefile.in @@ -239,7 +239,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ INCLUDES = -I$(top_srcdir)/include AM_CFLAGS = -g -EXTRA_DIST = 2clusters.xml properties/prop.xml $(TESTS) +EXTRA_DIST = 2clusters.xml $(TESTS) CLEANFILES = sd_test.trace TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh TESTS = test_simdag.tesh test_simdag2.tesh properties/test_prop.tesh metaxml/metaxml_test.tesh