summaryrefslogtreecommitdiffstats
path: root/src/gallium
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-04-05 13:21:26 +0100
committerEmil Velikov <[email protected]>2017-04-05 18:42:56 +0100
commit13181abc6de6cc957f289cac58f6aef3c6a04850 (patch)
treef3744d5b4195c645743b2f2071985ba7586a3231 /src/gallium
parent115e6847920bfe4e2f2d542d947212a2aeae5db7 (diff)
gallium/util: honour LIBUNWIND_CFLAGS
Fixes: 70c272004f72 ("gallium/util: libunwind support") Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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)