From c787a9767ce4faf815bff809360c9d31a06199c3 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 7 Oct 2013 13:49:42 +0200 Subject: gallium/radeon: don't export any private symbols Reviewed-by: Tom Stellard --- src/gallium/drivers/r600/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gallium/drivers/r600/Makefile.am') 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) \ -- cgit v1.2.3