From 11926e8997aedec191efdbd057dccfd4214268f6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 7 Feb 2014 18:44:19 +0000 Subject: [PATCH] targets/egl-static: automake: don't export local symbols Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- src/gallium/targets/egl-static/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 166e9a1a359..50a61222b9a 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -35,6 +35,7 @@ LDFLAGS += -Wl,--version-script=$(top_srcdir)/src/gallium/targets/egl-static/egl AM_CFLAGS = $(PTHREAD_CFLAGS) AM_CPPFLAGS = \ $(GALLIUM_CFLAGS) \ + $(VISIBILITY_CFLAGS) \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/loader \ -I$(top_srcdir)/src/gallium/drivers \ -- 2.30.2