[Mesa-dev] [PATCH 08/22] targets/egl-static: automake: don't export local symbols
Emil Velikov
emil.l.velikov at gmail.com
Sat Feb 8 08:03:53 PST 2014
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
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 73bb795..7559bcd 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 \
--
1.8.5.2
More information about the mesa-dev
mailing list