Parcourir la source

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

Nathalie Furmento il y a 13 ans
Parent
commit
d3476c4434
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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