Просмотр исходного кода

examples/Makefile.am: also install .h files which are included by for opencl kernels

Nathalie Furmento лет назад: 10
Родитель
Сommit
71c233749d
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      examples/Makefile.am

+ 4 - 0
examples/Makefile.am

@@ -31,8 +31,10 @@ nobase_STARPU_OPENCL_DATA_DATA =
 endif
 
 EXTRA_DIST = 					\
+	axpy/axpy.h				\
 	axpy/axpy_opencl_kernel.cl		\
 	basic_examples/vector_scal_opencl_kernel.cl \
+	basic_examples/multiformat_types.h  \
 	basic_examples/multiformat_opencl_kernel.cl  \
 	basic_examples/multiformat_conversion_codelets_opencl_kernel.cl \
 	common/blas_model.c			\
@@ -54,7 +56,9 @@ EXTRA_DIST = 					\
 	filters/fblock_opencl_kernel.cl		\
 	filters/custom_mf/conversion_opencl.cl  \
 	filters/custom_mf/custom_opencl.cl \
+	filters/custom_mf/custom_types.h \
 	interface/complex_kernels.cl \
+	reductions/dot_product.h	\
 	reductions/dot_product_opencl_kernels.cl	\
 	scheduler/schedulers.sh