From 38aa8ec937a1c9972b65dc448cc50f3763fa2d3b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 21 Mar 2013 13:21:18 -0400 Subject: [PATCH] glx: Build with VISIBILITY_CFLAGS in automake Note: This is a candidate for the stable branches. Signed-off-by: Adam Jackson --- src/glx/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am index 4aa900a538a..f01709b3ade 100644 --- a/src/glx/Makefile.am +++ b/src/glx/Makefile.am @@ -39,6 +39,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mapi/glapi \ -I$(top_builddir)/src/mapi \ -I$(top_builddir)/src/mapi/glapi \ + $(VISIBILITY_CFLAGS) \ $(SHARED_GLAPI_CFLAGS) \ $(EXTRA_DEFINES_XF86VIDMODE) \ -D_REENTRANT \ -- 2.30.2