Browse Source

mpi/Makefile.am: add file tests/helper.h to dist

Nathalie Furmento 13 years ago
parent
commit
d3476c4434
1 changed files with 2 additions and 1 deletions
  1. 2 1
      mpi/Makefile.am

+ 2 - 1
mpi/Makefile.am

@@ -37,7 +37,8 @@ EXTRA_DIST = 					\
 	examples/mpi_lu/pxlu_kernels.h		\
 	examples/mpi_lu/pxlu_kernels.c		\
 	examples/cholesky/mpi_cholesky.h	\
-	examples/cholesky/mpi_cholesky_models.h
+	examples/cholesky/mpi_cholesky_models.h \
+	tests/helper.h
 
 examplebindir = $(libdir)/starpu/examples/mpi