From b361bb3de4bd8d27f6fcb920e5516e51db00ef73 Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Tue, 4 Dec 2012 14:18:03 +0100 Subject: [PATCH] clover: Install CL headers. Note: This is a candidate for the stable branches. --- src/gallium/state_trackers/clover/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.30.2