From: Emil Velikov Date: Sat, 25 Jan 2014 17:59:36 +0000 (+0000) Subject: targets/gbm: automake: do not export internal symbols X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33b9c0d46527563d5a5e0f1f4f4017cf799f5782;p=mesa.git 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 Reviewed-by: Matt Turner --- 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