Selaa lähdekoodia

don't forget shadow.h in the dist tarball

Samuel Thibault 14 vuotta sitten
vanhempi
commit
50b02154be
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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 +=				\