Pārlūkot izejas kodu

examples/Makefile.am: add missing file

Nathalie Furmento 15 gadi atpakaļ
vecāks
revīzija
b6ffc9ab54
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  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	\