clover: Install CL headers.

Note: This is a candidate for the stable branches.
This commit is contained in:
Johannes Obermayr 2012-12-04 14:18:03 +01:00 committed by Tom Stellard
parent ffe1794e0c
commit b361bb3de4
1 changed files with 10 additions and 0 deletions

View File

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