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

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

> Signed-off-by: Jason Ekstrand <jason.ekstr...@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
>
>
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to