소스 검색

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

Cédric Augonnet 14 년 전
부모
커밋
ec464ae33b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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/