浏览代码

Drop duplicate

Samuel Thibault 5 年之前
父节点
当前提交
f06c2a5aba
共有 1 个文件被更改,包括 1 次插入6 次删除
  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				\