summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-03-21 13:21:18 -0400
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-04-17 12:56:59 +0200
commitb89c2c7610a0c874b44fdb43abeca2472508f9db (patch)
tree9f7a839187fed5ab5dfab88ae96d90d1c7c384f3
parent749de074d004e21cfc086de3d47c74ed6149b8ae (diff)
glx: Build with VISIBILITY_CFLAGS in automake
Note: This is a candidate for the stable branches. Signed-off-by: Adam Jackson <ajax@redhat.com> (cherry picked from commit 38aa8ec937a1c9972b65dc448cc50f3763fa2d3b)
-rw-r--r--src/glx/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glx/Makefile.am b/src/glx/Makefile.am
index 4aa900a538..f01709b3ad 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 \