Browse Source

don't forget shadow.h in the dist tarball

Samuel Thibault 15 years ago
parent
commit
50b02154be
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/stencil/Makefile.am

+ 2 - 1
examples/stencil/Makefile.am

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