summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-10-07 13:49:42 +0200
committerMarek Olšák <[email protected]>2013-10-08 16:23:52 +0200
commitc787a9767ce4faf815bff809360c9d31a06199c3 (patch)
tree90b5be86e91d7dc7cbe8ef2cea9ffb312860d919 /src/gallium/drivers/r600
parent790c8a2405789d3fe7c2eda76a0e9f5ef31fcaf4 (diff)
gallium/radeon: don't export any private symbols
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index cbe4a09d57f..0490ba2632e 100644
--- a/src/gallium/drivers/r600/Makefile.am
+++ b/src/gallium/drivers/r600/Makefile.am
@@ -16,7 +16,8 @@ AM_CXXFLAGS = \
-I$(top_srcdir)/src/gallium/include \
-I$(top_srcdir)/src/gallium/auxiliary \
$(RADEON_CFLAGS) \
- $(DEFINES)
+ $(DEFINES) \
+ $(VISIBILITY_CFLAGS)
libr600_la_SOURCES = \
$(C_SOURCES) \