From 33b9c0d46527563d5a5e0f1f4f4017cf799f5782 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sat, 25 Jan 2014 17:59:36 +0000 Subject: [PATCH] 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 --- src/gallium/targets/gbm/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2