瀏覽代碼

mpi/examples/Makefile.am: fix mpi_redux rule

Nathalie Furmento 4 年之前
父節點
當前提交
7949d61c2c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mpi/examples/Makefile.am

+ 2 - 2
mpi/examples/Makefile.am

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