Browse Source

mpi/examples/Makefile.am: fix mpi_redux rule

Nathalie Furmento 4 years ago
parent
commit
7949d61c2c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mpi/examples/Makefile.am

+ 2 - 2
mpi/examples/Makefile.am

@@ -315,10 +315,10 @@ endif
 examplebin_PROGRAMS +=		\
 examplebin_PROGRAMS +=		\
 	mpi_redux/mpi_redux
 	mpi_redux/mpi_redux
 
 
-matrix_mult_mm_SOURCES	=		\
+mpi_redux_mpi_redux_SOURCES	=		\
 	mpi_redux/mpi_redux.c
 	mpi_redux/mpi_redux.c
 
 
-matrix_mult_mm_LDADD =			\
+mpi_redux_mpi_redux_LDADD =			\
 	-lm
 	-lm
 
 
 if !STARPU_SIMGRID
 if !STARPU_SIMGRID