[Mesa-dev] [PATCH] clover: Install CL headers.

Tom Stellard tom at stellard.net
Tue Dec 4 18:03:14 PST 2012


On Tue, Dec 04, 2012 at 02:18:03PM +0100, Johannes Obermayr wrote:
> Note: This is a candidate for the stable branches.
> ---
> v2: remove trailing \ in last line.
> ---

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

>  src/gallium/state_trackers/clover/Makefile.am |   10 ++++++++++
>  1 Datei geändert, 10 Zeilen hinzugefügt(+)
> 
> diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am
> index c37d010..f068164 100644
> --- a/src/gallium/state_trackers/clover/Makefile.am
> +++ b/src/gallium/state_trackers/clover/Makefile.am
> @@ -74,3 +74,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
> -- 
> 1.7.10.4
> 


More information about the mesa-dev mailing list