summaryrefslogtreecommitdiff
path: root/radeon/Makefile.am
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2014-07-31 15:39:15 +0200
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2014-08-04 09:22:36 +0200
commit58ce9d6292c7033ff76bb2ef35da0e4c36de2389 (patch)
tree0de58402e11a50e16baaa49ef27b04eb4d71d71e /radeon/Makefile.am
parent56c4857f1763b40e566839bdc6fa14f873baf9b8 (diff)
radeon: Use symbol visibility.
All the bof_* symbols are now no longer exported. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'radeon/Makefile.am')
-rw-r--r--radeon/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/radeon/Makefile.am b/radeon/Makefile.am
index a8cd1003..c9695739 100644
--- a/radeon/Makefile.am
+++ b/radeon/Makefile.am
@@ -24,6 +24,7 @@
AM_CFLAGS = \
$(WARN_CFLAGS) \
+ $(VISIBILITY_CFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/radeon \
$(PTHREADSTUBS_CFLAGS) \