summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2014-08-04 18:50:03 -0400
committerMichel Dänzer <michel.daenzer@amd.com>2014-08-05 12:54:08 +0900
commitd0b4ac642b76506dd29e505bdf4ef4ca542e2da5 (patch)
tree5d7cb781a401b7ef3e5293b627bfedcdf51e93b8 /src/gallium/targets/opencl
parente28136343b6aa7dfff8ec85f6463574d6625b5a6 (diff)
downloadexternal_mesa3d-d0b4ac642b76506dd29e505bdf4ef4ca542e2da5.zip
external_mesa3d-d0b4ac642b76506dd29e505bdf4ef4ca542e2da5.tar.gz
external_mesa3d-d0b4ac642b76506dd29e505bdf4ef4ca542e2da5.tar.bz2
targets/clover: link against libmesautil.la
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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@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 \