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

Johannes Obermayr johannesobermayr at gmx.de
Tue Dec 4 05:18:03 PST 2012


Note: This is a candidate for the stable branches.
---
v2: remove trailing \ in last line.
---
 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