summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-01-25 17:59:36 +0000
committerEmil Velikov <[email protected]>2014-02-11 19:00:09 +0000
commit33b9c0d46527563d5a5e0f1f4f4017cf799f5782 (patch)
treec2a5e21456ca127ab035d4e45f7bcdd8de4ad063 /src
parent10e5ffd4961055ebba5be4d85a93cc66cdd5a635 (diff)
targets/gbm: automake: do not export internal symbols
Add VISIBILITY_CFLAGS to automake build, so that only required symbols are exported. v2: Rebase Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/targets/gbm/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/gbm/Makefile.am b/src/gallium/targets/gbm/Makefile.am
index 6d71a65b9cb..7c6733b3453 100644
--- a/src/gallium/targets/gbm/Makefile.am
+++ b/src/gallium/targets/gbm/Makefile.am
@@ -34,6 +34,7 @@ AM_CPPFLAGS = \
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
+ $(VISIBILITY_CFLAGS) \
$(LIBDRM_CFLAGS)
gbm_LTLIBRARIES = gbm_gallium_drm.la