From: Jan Vesely Date: Mon, 4 Aug 2014 22:50:03 +0000 (-0400) Subject: targets/clover: link against libmesautil.la X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0b4ac642b76506dd29e505bdf4ef4ca542e2da5;p=mesa.git targets/clover: link against libmesautil.la Signed-off-by: Jan Vesely Reviewed-and-Tested-by: Michel Dänzer --- diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index ca047f051a6..43ba5dd00bc 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 \