Module: Mesa Branch: master Commit: 0daabd52394899ec4947dc2cf3119201d2e79b1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0daabd52394899ec4947dc2cf3119201d2e79b1c
Author: Adam Jackson <[email protected]> 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 <[email protected]> --- 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) \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
