projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3804d67
)
glx: Build with VISIBILITY_CFLAGS in automake
author
Adam Jackson
<ajax@redhat.com>
Thu, 21 Mar 2013 17:21:18 +0000
(13:21 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Thu, 21 Mar 2013 17:21:18 +0000
(13:21 -0400)
Note: This is a candidate for the stable branches.
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/glx/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glx/Makefile.am
b/src/glx/Makefile.am
index 4aa900a538a2b5219cdf0093108b92433d5193c9..f01709b3adef741f0cd6d3aeb074628dd2a4e480 100644
(file)
--- 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 \