Browse Source

tests/Makefile.am: add .h type to dist

Nathalie Furmento 13 years ago
parent
commit
2a24ddc05d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/Makefile.am

+ 2 - 1
tests/Makefile.am

@@ -27,7 +27,8 @@ EXTRA_DIST =					\
 	datawizard/sync_and_notify_data_opencl_codelet.cl\
 	coverage/coverage.sh			\
 	datawizard/interfaces/test_interfaces.h	\
-	datawizard/interfaces/vector/test_vector_opencl_kernel.cl
+	datawizard/interfaces/vector/test_vector_opencl_kernel.cl \
+	datawizard/interfaces/multiformat/multiformat_types.h
 
 CLEANFILES = 					\
 	*.gcno *.gcda *.linkinfo		\