summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-27 13:28:54 -0700
committerMatt Turner <[email protected]>2012-10-01 15:23:05 -0700
commit55d45efdd8276ec4b2795e82e3d9bb57c3b1425d (patch)
tree6575d9b5f160026ad10e6eac69b4e1409d1c26ed /src/mesa/drivers/dri/radeon/Makefile.am
parent340637d54db171d9b5ee95ee943b590c416c0b66 (diff)
build: Set visibility CFLAGS in dri/radeon
Diffstat (limited to 'src/mesa/drivers/dri/radeon/Makefile.am')
-rw-r--r--src/mesa/drivers/dri/radeon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/Makefile.am b/src/mesa/drivers/dri/radeon/Makefile.am
index ec2d42e1e01..3980f925d4d 100644
--- a/src/mesa/drivers/dri/radeon/Makefile.am
+++ b/src/mesa/drivers/dri/radeon/Makefile.am
@@ -36,6 +36,7 @@ AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/drivers/dri/radeon/server \
$(DEFINES) \
$(API_DEFINES) \
+ $(VISIBILITY_CFLAGS) \
$(RADEON_CFLAGS)
dridir = $(DRI_DRIVER_INSTALL_DIR)