Browse Source

Drop duplicate

Samuel Thibault 5 years ago
parent
commit
f06c2a5aba
1 changed files with 1 additions and 6 deletions
  1. 1 6
      examples/stencil/Makefile.am

+ 1 - 6
examples/stencil/Makefile.am

@@ -2,7 +2,7 @@
 #
 # Copyright (C) 2011,2016,2017                           Inria
 # Copyright (C) 2011-2019                                CNRS
-# Copyright (C) 2010-2017,2019                           Université de Bordeaux
+# Copyright (C) 2010-2017,2019-2020                           Université de Bordeaux
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -144,11 +144,6 @@ implicit_stencil_SOURCES =			\
 	implicit-stencil-blocks.c		\
 	implicit-stencil.c
 
-noinst_HEADERS =				\
-	stencil.h				\
-	implicit-stencil.h			\
-	shadow.h
-
 if STARPU_USE_CUDA
 implicit_stencil_SOURCES +=			\
 	life_cuda.cu				\