diff options
author | Jan Vesely <[email protected]> | 2014-08-04 18:50:03 -0400 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2014-08-05 12:54:08 +0900 |
commit | d0b4ac642b76506dd29e505bdf4ef4ca542e2da5 (patch) | |
tree | 5d7cb781a401b7ef3e5293b627bfedcdf51e93b8 /src/gallium/targets/opencl | |
parent | e28136343b6aa7dfff8ec85f6463574d6625b5a6 (diff) |
targets/clover: link against libmesautil.la
Signed-off-by: Jan Vesely <[email protected]>
Reviewed-and-Tested-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |