Mesa (master): clover: Install CL headers.

Tom Stellard tstellar at kemper.freedesktop.org
Tue Dec 11 00:50:03 UTC 2012


Module: Mesa
Branch: master
Commit: b361bb3de4bd8d27f6fcb920e5516e51db00ef73
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b361bb3de4bd8d27f6fcb920e5516e51db00ef73

Author: Johannes Obermayr <johannesobermayr at gmx.de>
Date:   Tue Dec  4 14:18:03 2012 +0100

clover: Install CL headers.

Note: This is a candidate for the stable branches.

---

 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 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




More information about the mesa-commit mailing list