diff options
author | Johannes Obermayr <[email protected]> | 2012-12-04 14:18:03 +0100 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-12-10 19:22:37 -0500 |
commit | b361bb3de4bd8d27f6fcb920e5516e51db00ef73 (patch) | |
tree | 6eca10c60de6e8ff3dbc22e7665faadb703eacc8 /src/gallium/state_trackers | |
parent | ffe1794e0c7efc46e7a5056ac222dd081cae4020 (diff) |
clover: Install CL headers.
Note: This is a candidate for the stable branches.
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r-- | src/gallium/state_trackers/clover/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index 5241a6d84a6..ee69f893272 100644 --- a/src/gallium/state_trackers/clover/Makefile.am +++ b/src/gallium/state_trackers/clover/Makefile.am @@ -73,3 +73,13 @@ libclover_la_SOURCES = \ api/event.cpp \ api/program.cpp \ api/kernel.cpp + +cldir = $(includedir)/CL +cl_HEADERS = \ + $(top_srcdir)/include/CL/cl.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 |