From: Emil Velikov Date: Fri, 7 Feb 2014 18:44:19 +0000 (+0000) Subject: targets/egl-static: automake: don't export local symbols X-Git-Tag: upstream/10.3~3776 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11926e8997aedec191efdbd057dccfd4214268f6;p=platform%2Fupstream%2Fmesa.git targets/egl-static: automake: don't export local symbols Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 166e9a1..50a6122 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 \