[Mesa-dev] [PATCH 2/2] targets/opencl: Link against libgallium.la instead of libgallium.a
Andreas Boll
andreas.boll.dev at gmail.com
Fri Jan 11 10:43:23 PST 2013
2013/1/11 Tom Stellard <tom at stellard.net>:
> From: Tom Stellard <thomas.stellard at amd.com>
>
Reviewed-by: Andreas Boll <andreas.boll.dev at gmail.com>
> ---
> src/gallium/targets/opencl/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
> index 311363e..362d49d 100644
> --- a/src/gallium/targets/opencl/Makefile.am
> +++ b/src/gallium/targets/opencl/Makefile.am
> @@ -8,7 +8,7 @@ libOpenCL_la_LDFLAGS = \
>
> libOpenCL_la_LIBADD = \
> $(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
> - $(top_builddir)/src/gallium/auxiliary/libgallium.a \
> + $(top_builddir)/src/gallium/auxiliary/libgallium.la \
> $(GALLIUM_PIPE_LOADER_LIBS) $(LIBUDEV_LIBS) \
> -ldl \
> -lclangCodeGen \
> --
> 1.7.11.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list