diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-07-31 15:39:15 +0200 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-08-04 09:22:36 +0200 |
commit | 58ce9d6292c7033ff76bb2ef35da0e4c36de2389 (patch) | |
tree | 0de58402e11a50e16baaa49ef27b04eb4d71d71e /radeon/Makefile.am | |
parent | 56c4857f1763b40e566839bdc6fa14f873baf9b8 (diff) | |
download | libdrm-58ce9d6292c7033ff76bb2ef35da0e4c36de2389.tar.gz libdrm-58ce9d6292c7033ff76bb2ef35da0e4c36de2389.tar.bz2 libdrm-58ce9d6292c7033ff76bb2ef35da0e4c36de2389.zip |
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.am | 1 |
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) \ |