On Tue, Dec 04, 2012 at 02:18:03PM +0100, Johannes Obermayr wrote: > Note: This is a candidate for the stable branches. > --- > v2: remove trailing \ in last line. > ---
Reviewed-by: Tom Stellard <[email protected]> > 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 > _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
