OSDN Git Service

targets/clover: link against libmesautil.la
authorJan Vesely <jan.vesely@rutgers.edu>
Mon, 4 Aug 2014 22:50:03 +0000 (18:50 -0400)
committerMichel Dänzer <michel.daenzer@amd.com>
Tue, 5 Aug 2014 03:54:08 +0000 (12:54 +0900)
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
src/gallium/targets/opencl/Makefile.am

index ca047f0..43ba5dd 100644 (file)
@@ -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 \