Mesa (master): glcpp: Fix visibility CFLAGS in automake

Adam Jackson ajax at kemper.freedesktop.org
Wed Jan 2 19:08:46 UTC 2013


Module: Mesa
Branch: master
Commit: 0daabd52394899ec4947dc2cf3119201d2e79b1c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0daabd52394899ec4947dc2cf3119201d2e79b1c

Author: Adam Jackson <ajax at redhat.com>
Date:   Wed Jan  2 14:02:00 2013 -0500

glcpp: Fix visibility CFLAGS in automake

Note: this is a candidate for the 9.0 stable branch.

Signed-off-by: Adam Jackson <ajax at redhat.com>

---

 src/glsl/glcpp/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am
index d8d39d2..e21c06f 100644
--- a/src/glsl/glcpp/Makefile.am
+++ b/src/glsl/glcpp/Makefile.am
@@ -28,6 +28,7 @@ AM_CFLAGS = \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src/mapi \
 	-I$(top_srcdir)/src/mesa/ \
+	$(VISIBILITY_DEFINES) \
 	$(LIBRARY_INCLUDES) \
 	$(DEFINES) \
 	$(LIBRARY_DEFINES) \




More information about the mesa-commit mailing list