Browse Source

socl/src/Makefile.am: add CL .h files to distrib

Nathalie Furmento 12 years ago
parent
commit
f065ccf0a2
1 changed files with 10 additions and 1 deletions
  1. 10 1
      socl/src/Makefile.am

+ 10 - 1
socl/src/Makefile.am

@@ -37,7 +37,16 @@ noinst_HEADERS =				\
   socl.h					\
   task.h					\
   util.h					\
-  init.h
+  init.h					\
+  CL/cl_d3d10.h					\
+  CL/cl_ext.h					\
+  CL/cl.h					\
+  CL/cl_d3d11.h					\
+  CL/cl_gl_ext.h				\
+  CL/cl_platform.h				\
+  CL/cl_dx9_media_sharing.h			\
+  CL/cl_gl.h					\
+  CL/opencl.h
 
 libsocl_@STARPU_EFFECTIVE_VERSION@_la_LDFLAGS = $(ldflags) -no-undefined			\
   -version-info $(LIBSOCL_INTERFACE_CURRENT):$(LIBSOCL_INTERFACE_REVISION):$(LIBSOCL_INTERFACE_AGE)