소스 검색

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

Nathalie Furmento 13 년 전
부모
커밋
d3476c4434
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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