targets/egl-static: automake: don't export local symbols

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Emil Velikov 2014-02-07 18:44:19 +00:00
parent 5c7f75f70a
commit 11926e8997

View file

@ -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 \