Browse Source

Do not forget to distribute the headers used by MPI/Cholesky

Cédric Augonnet 14 years ago
parent
commit
ec464ae33b
1 changed files with 3 additions and 1 deletions
  1. 3 1
      mpi/Makefile.am

+ 3 - 1
mpi/Makefile.am

@@ -35,7 +35,9 @@ EXTRA_DIST = 					\
 	examples/mpi_lu/pxlu.h			\
 	examples/mpi_lu/pxlu.c			\
 	examples/mpi_lu/pxlu_kernels.h		\
-	examples/mpi_lu/pxlu_kernels.c
+	examples/mpi_lu/pxlu_kernels.c		\
+	examples/cholesky/mpi_cholesky.h	\
+	examples/cholesky/mpi_cholesky_models.h
 
 examplebindir = $(libdir)/starpu/mpi/examples/
 testbindir = $(libdir)/starpu/mpi/tests/