From c8d3fd4a120be0f62367f679e31ea5763c10c197 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 2 Jan 2013 14:04:18 -0500 Subject: [PATCH] r300g: Fix visibility CFLAGS in automake Note: this is a candidate for the 9.0 stable branch. Signed-off-by: Adam Jackson --- src/gallium/drivers/r300/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) \ -- 2.30.2