[Mesa-dev] [PATCH 2/3] llvmpipe/tests: automake: link against libmesautil.la
Jason Ekstrand
jason at jlekstrand.net
Mon Aug 4 16:47:06 PDT 2014
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>
On Mon, Aug 4, 2014 at 4:23 PM, Emil Velikov <emil.l.velikov at gmail.com>
wrote:
> Or the build will fail due to unresolved symbols.
>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
> src/gallium/drivers/llvmpipe/Makefile.am | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/src/gallium/drivers/llvmpipe/Makefile.am
> b/src/gallium/drivers/llvmpipe/Makefile.am
> index 4f881bb..3c318be 100644
> --- a/src/gallium/drivers/llvmpipe/Makefile.am
> +++ b/src/gallium/drivers/llvmpipe/Makefile.am
> @@ -45,11 +45,12 @@ check_PROGRAMS = \
> TESTS = $(check_PROGRAMS)
>
> TEST_LIBS = \
> - libllvmpipe.la \
> - $(top_builddir)/src/gallium/auxiliary/libgallium.la \
> - $(LLVM_LIBS) \
> - $(DLOPEN_LIBS) \
> - $(PTHREAD_LIBS)
> + libllvmpipe.la \
> + $(top_builddir)/src/gallium/auxiliary/libgallium.la \
> + $(top_builddir)/src/util/libmesautil.la \
> + $(LLVM_LIBS) \
> + $(DLOPEN_LIBS) \
> + $(PTHREAD_LIBS)
>
> lp_test_format_SOURCES = lp_test_format.c lp_test_main.c
> lp_test_format_LDADD = $(TEST_LIBS)
> --
> 2.0.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140804/06c67b0a/attachment.html>
More information about the mesa-dev
mailing list