소스 검색

don't forget shadow.h in the dist tarball

Samuel Thibault 14 년 전
부모
커밋
50b02154be
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      examples/stencil/Makefile.am

+ 2 - 1
examples/stencil/Makefile.am

@@ -54,7 +54,8 @@ stencil_SOURCES =				\
 	stencil.c
 
 noinst_HEADERS =				\
-	stencil.h
+	stencil.h				\
+	shadow.h
 
 if STARPU_USE_CUDA
 stencil_SOURCES +=				\