From 58e65482d9fc9becc9a6f31e6b8617a0a9b92a74 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 18 Nov 2009 07:30:16 +0000 Subject: [PATCH] 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 --- examples/smpi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1