Browse Source

examples/Makefile.am: add missing file

Nathalie Furmento 15 years ago
parent
commit
b6ffc9ab54
1 changed files with 2 additions and 1 deletions
  1. 2 1
      examples/Makefile.am

+ 2 - 1
examples/Makefile.am

@@ -46,7 +46,8 @@ EXTRA_DIST = 					\
 	incrementer/incrementer_kernels_opencl_codelet.cl 	\
 	variable/variable_kernels_opencl_codelet.cl		\
 	matvecmult/matvecmult_kernel.cl				\
-	block/block_kernel.cl
+	block/block_kernel.cl					\
+	filters/fblock_opencl_codelet.cl
 
 CLEANFILES = 					\
 	gordon/null_kernel_gordon.spuelf	\