From: Adam Jackson Date: Wed, 2 Jan 2013 19:04:18 +0000 (-0500) Subject: r300g: Fix visibility CFLAGS in automake X-Git-Tag: android-x86-4.4-r1~2154 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c8d3fd4a120be0f62367f679e31ea5763c10c197;p=android-x86%2Fexternal-mesa.git r300g: Fix visibility CFLAGS in automake Note: this is a candidate for the 9.0 stable branch. Signed-off-by: Adam Jackson --- diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am index 79b17f6a947..020134985bf 100644 --- a/src/gallium/drivers/r300/Makefile.am +++ b/src/gallium/drivers/r300/Makefile.am @@ -13,6 +13,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/glsl \ -I$(top_srcdir)/src/mapi \ + $(VISIBILITY_CFLAGS) \ $(LLVM_CFLAGS) \ $(RADEON_CFLAGS) \ $(DEFINES) \