[Mesa-dev] [PATCH 1/3] gallium/tests: automake: link against libmesautil.la
Jason Ekstrand
jason at jlekstrand.net
Mon Aug 4 16:46:40 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/tests/trivial/Makefile.am | 1 +
> src/gallium/tests/unit/Makefile.am | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/src/gallium/tests/trivial/Makefile.am
> b/src/gallium/tests/trivial/Makefile.am
> index a0434d9..fcd240e 100644
> --- a/src/gallium/tests/trivial/Makefile.am
> +++ b/src/gallium/tests/trivial/Makefile.am
> @@ -14,6 +14,7 @@ AM_CPPFLAGS = \
> LDADD = \
> $(top_builddir)/src/gallium/auxiliary/pipe-loader/
> libpipe_loader_client.la \
> $(top_builddir)/src/gallium/auxiliary/libgallium.la \
> + $(top_builddir)/src/util/libmesautil.la \
> $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \
> $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \
> $(GALLIUM_COMMON_LIB_DEPS)
> diff --git a/src/gallium/tests/unit/Makefile.am
> b/src/gallium/tests/unit/Makefile.am
> index 9c514cb..9823a25 100644
> --- a/src/gallium/tests/unit/Makefile.am
> +++ b/src/gallium/tests/unit/Makefile.am
> @@ -11,6 +11,7 @@ AM_CPPFLAGS = \
>
> LDADD = \
> $(top_builddir)/src/gallium/auxiliary/libgallium.la \
> + $(top_builddir)/src/util/libmesautil.la \
> $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
> $(top_builddir)/src/gallium/winsys/sw/null/libws_null.la \
> $(top_builddir)/src/gallium/drivers/softpipe/libsoftpipe.la \
> --
> 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/c516ce8c/attachment-0001.html>
More information about the mesa-dev
mailing list