clover: Install CL headers.
authorJohannes Obermayr <johannesobermayr@gmx.de>
Tue, 4 Dec 2012 13:18:03 +0000 (14:18 +0100)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 11 Dec 2012 00:22:37 +0000 (19:22 -0500)
Note: This is a candidate for the stable branches.

src/gallium/state_trackers/clover/Makefile.am

index 5241a6d84a641b8f6719185598d382745fd71f2e..ee69f893272a22299c7a7ae81c51b11ed1986fd4 100644 (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