From: mquinson Date: Wed, 18 Nov 2009 07:30:16 +0000 (+0000) Subject: Also include hostfile into the archive since makecheck needs that X-Git-Tag: SVN~876 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/58e65482d9fc9becc9a6f31e6b8617a0a9b92a74?hp=722f2bfb8f798c02566dfa7054e6e71bde6a999a;ds=sidebyside Also include hostfile into the archive since makecheck needs that git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6841 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/smpi/Makefile.am b/examples/smpi/Makefile.am index 7afd90a752..10a3697333 100644 --- a/examples/smpi/Makefile.am +++ b/examples/smpi/Makefile.am @@ -58,7 +58,7 @@ TESTS = bcast.tesh reduce.tesh # No need to change anything after that line TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh -EXTRA_DIST = $(TESTS) +EXTRA_DIST = $(TESTS) hostfile CLEANFILES = *~ include $(top_srcdir)/acmacro/dist-files.mk