Browse Source

make dist should always copy codelet source files

Nathalie Furmento 15 years ago
parent
commit
9f8b39a3dc
1 changed files with 1 additions and 5 deletions
  1. 1 5
      examples/Makefile.am

+ 1 - 5
examples/Makefile.am

@@ -41,15 +41,11 @@ EXTRA_DIST = 					\
 	lu/xlu_implicit.c			\
 	lu/xlu_implicit_pivot.c			\
 	lu/xlu_kernels.c			\
-	lu/lu_example.c
-
-if STARPU_USE_OPENCL
-EXTRA_DIST += 					\
+	lu/lu_example.c				\
 	incrementer/incrementer_kernels_opencl_codelet.cl 	\
 	variable/variable_kernels_opencl_codelet.cl		\
 	matvecmult/matvecmult_kernel.cl				\
 	block/block_kernel.cl
-endif
 
 CLEANFILES = 					\
 	gordon/null_kernel_gordon.spuelf	\