summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-01-02 14:04:18 -0500
committerAdam Jackson <ajax@redhat.com>2013-01-02 14:08:21 -0500
commitc8d3fd4a120be0f62367f679e31ea5763c10c197 (patch)
tree5ff2e59f1f9cec6ca5fbd346123ce7478786d7a4
parent443954d161dc3db0605926e4e759080e299710ce (diff)
r300g: Fix visibility CFLAGS in automake
Note: this is a candidate for the 9.0 stable branch. Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/gallium/drivers/r300/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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) \