[Mesa-dev] [PATCH] util/tests/hash_table: Link against libmesautil instead of libmesa

Jason Ekstrand jason at jlekstrand.net
Mon Aug 4 17:42:41 PDT 2014


Forgot to mention in the commit message, but this fixes bug #82159


On Mon, Aug 4, 2014 at 5:41 PM, Jason Ekstrand <jason at jlekstrand.net> wrote:

> Signed-off-by: Jason Ekstrand <jason.ekstrand at intel.com>
> ---
>  src/util/tests/hash_table/Makefile.am | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/src/util/tests/hash_table/Makefile.am
> b/src/util/tests/hash_table/Makefile.am
> index 55cc0b7..8fdc951 100644
> --- a/src/util/tests/hash_table/Makefile.am
> +++ b/src/util/tests/hash_table/Makefile.am
> @@ -21,12 +21,10 @@
>  AM_CPPFLAGS = \
>         -I$(top_srcdir)/include \
>         -I$(top_srcdir)/src/util \
> -       -I$(top_srcdir)/src/mesa \
> -       -I$(top_srcdir)/src/mesa/main \
>         $(DEFINES) $(INCLUDE_DIRS)
>
>  LDADD = \
> -       $(top_builddir)/src/mesa/libmesa.la \
> +       $(top_builddir)/src/util/libmesautil.la \
>         $(PTHREAD_LIBS) \
>         $(DLOPEN_LIBS)
>
> --
> 2.0.4
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140804/a9354c0f/attachment.html>


More information about the mesa-dev mailing list