浏览代码

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 +=				\