Mesa (master): targets/clover: link against libmesautil.la

Michel Dänzer daenzer at kemper.freedesktop.org
Tue Aug 5 03:56:54 UTC 2014


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

Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Mon Aug  4 18:50:03 2014 -0400

targets/clover: link against libmesautil.la

Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer at amd.com>

---

 src/gallium/targets/opencl/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index ca047f0..43ba5dd 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -20,6 +20,7 @@ lib at OPENCL_LIBNAME@_la_LIBADD = \
 	$(top_builddir)/src/gallium/auxiliary/pipe-loader/libpipe_loader_client.la \
 	$(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
 	$(top_builddir)/src/gallium/auxiliary/libgallium.la \
+	$(top_builddir)/src/util/libmesautil.la \
 	$(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
 	$(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
 	-ldl \




More information about the mesa-commit mailing list