Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also include hostfile into the archive since makecheck needs that
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 18 Nov 2009 07:30:16 +0000 (07:30 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 18 Nov 2009 07:30:16 +0000 (07:30 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6841 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/smpi/Makefile.am

index 7afd90a..10a3697 100644 (file)
@@ -58,7 +58,7 @@ TESTS = bcast.tesh reduce.tesh
 
 # No need to change anything after that line
 TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/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
 CLEANFILES = *~
 
 include $(top_srcdir)/acmacro/dist-files.mk