Browse Source

starpu-mpi: re-add line which was wrongly deleted

Nathalie Furmento 14 years ago
parent
commit
5d07d24142
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mpi/Makefile.am

+ 2 - 1
mpi/Makefile.am

@@ -75,7 +75,8 @@ include_HEADERS =					\
 libstarpumpi_la_SOURCES =				\
 	starpu_mpi.c					\
 	starpu_mpi_helper.c				\
-	starpu_mpi_datatype.c
+	starpu_mpi_datatype.c				\
+	starpu_mpi_insert_task.c
 
 
 examplebin_PROGRAMS +=				\