From: Johannes Obermayr Date: Tue, 4 Dec 2012 13:18:03 +0000 (+0100) Subject: clover: Install CL headers. X-Git-Tag: accepted/2.0alpha-wayland/20130301.050525~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a36510f71fa9e348b094b4b88c6639b0850e5e4;p=profile%2Fivi%2Fmesa.git clover: Install CL headers. Note: This is a candidate for the stable branches. (cherry picked from commit b361bb3de4bd8d27f6fcb920e5516e51db00ef73) --- diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index 5241a6d..ee69f89 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