diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/state_trackers/clover/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index a7befb46059..c92b2cdd274 100644 --- a/src/gallium/state_trackers/clover/Makefile.am +++ b/src/gallium/state_trackers/clover/Makefile.am @@ -17,14 +17,19 @@ cldir = $(includedir)/CL cl_HEADERS = \ $(top_srcdir)/include/CL/cl.h \ $(top_srcdir)/include/CL/cl.hpp \ + $(top_srcdir)/include/CL/cl2.hpp \ $(top_srcdir)/include/CL/cl_d3d10.h \ $(top_srcdir)/include/CL/cl_d3d11.h \ $(top_srcdir)/include/CL/cl_dx9_media_sharing.h \ + $(top_srcdir)/include/CL/cl_dx9_media_sharing_intel.h \ $(top_srcdir)/include/CL/cl_egl.h \ $(top_srcdir)/include/CL/cl_ext.h \ + $(top_srcdir)/include/CL/cl_ext_intel.h \ $(top_srcdir)/include/CL/cl_gl.h \ $(top_srcdir)/include/CL/cl_gl_ext.h \ $(top_srcdir)/include/CL/cl_platform.h \ + $(top_srcdir)/include/CL/cl_va_api_media_sharing_intel.h \ + $(top_srcdir)/include/CL/cl_version.h \ $(top_srcdir)/include/CL/opencl.h endif |