From: Emil Velikov Date: Wed, 5 Apr 2017 12:21:26 +0000 (+0100) Subject: gallium/util: honour LIBUNWIND_CFLAGS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13181abc6de6cc957f289cac58f6aef3c6a04850;p=mesa.git gallium/util: honour LIBUNWIND_CFLAGS Fixes: 70c272004f72 ("gallium/util: libunwind support") Signed-off-by: Emil Velikov --- diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index def00980308..dc4bd4a40cf 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -8,6 +8,7 @@ AM_CFLAGS = \ -I$(top_builddir)/src/compiler/nir \ -I$(top_srcdir)/src/gallium/auxiliary/util \ $(GALLIUM_CFLAGS) \ + $(LIBUNWIND_CFLAGS) \ $(VISIBILITY_CFLAGS) \ $(MSVC2013_COMPAT_CFLAGS)