From: Emil Velikov Date: Fri, 7 Feb 2014 18:48:21 +0000 (+0000) Subject: st/egl: automake: avoid exporting all symbols X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=64055637830336686bebed4db370ce83ede5c679;p=mesa.git st/egl: automake: avoid exporting all symbols Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- diff --git a/src/gallium/state_trackers/egl/Makefile.am b/src/gallium/state_trackers/egl/Makefile.am index bad14feb40f..9c00f06a1c4 100644 --- a/src/gallium/state_trackers/egl/Makefile.am +++ b/src/gallium/state_trackers/egl/Makefile.am @@ -27,6 +27,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = $(GALLIUM_CFLAGS) AM_CPPFLAGS = \ + $(VISIBILITY_CFLAGS) \ -I$(top_srcdir)/src/egl/main \ -I$(top_builddir)/src/egl/wayland/wayland-drm/ \ -I$(top_srcdir)/include