summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-27 13:29:08 -0700
committerMatt Turner <[email protected]>2012-10-01 15:23:05 -0700
commit4cfff7211c7897353a07c48ad80a681c8e1e8298 (patch)
tree31bfb1d486cad865ca11711f72d3c1e7d455dd4b /src/mesa
parent362840270702f32c1b4e5a52e04f4cad3f1de004 (diff)
build: Set visibility CFLAGS in dri/swrast
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/drivers/dri/swrast/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/swrast/Makefile.am b/src/mesa/drivers/dri/swrast/Makefile.am
index 16a34413bad..244aa8b27db 100644
--- a/src/mesa/drivers/dri/swrast/Makefile.am
+++ b/src/mesa/drivers/dri/swrast/Makefile.am
@@ -34,7 +34,8 @@ AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/ \
-I$(top_srcdir)/src/mesa/drivers/dri/common \
$(DEFINES) \
- $(API_DEFINES)
+ $(API_DEFINES) \
+ $(VISIBILITY_CFLAGS)
dridir = $(DRI_DRIVER_INSTALL_DIR)