diff options
Diffstat (limited to 'src/gallium/state_trackers/clover/Makefile.am')
-rw-r--r-- | src/gallium/state_trackers/clover/Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index 75eae8647f1..5e6f9088e36 100644 --- a/src/gallium/state_trackers/clover/Makefile.am +++ b/src/gallium/state_trackers/clover/Makefile.am @@ -19,12 +19,16 @@ else cldir = $(includedir)/CL cl_HEADERS = \ $(top_srcdir)/include/CL/cl.h \ + $(top_srcdir)/include/CL/cl.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_egl.h \ $(top_srcdir)/include/CL/cl_ext.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/opencl.h \ - $(top_srcdir)/include/CL/cl.hpp + $(top_srcdir)/include/CL/opencl.h endif noinst_LTLIBRARIES = libclover.la libcltgsi.la libclllvm.la |