Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix: forgot to properly update migration.tesh
[simgrid.git] / examples / smpi / Makefile.am
index 8b11bdc..10a3697 100644 (file)
@@ -46,8 +46,6 @@ reduce: reduce.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 ring_c: ring_c.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
-sendrecv: sendrecv.c
-       $(top_builddir)/src/smpi/smpicc $^ -o $@
 split: split.c
        $(top_builddir)/src/smpi/smpicc $^ -o $@
 mvmul: mvmul.c
@@ -60,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