Module: Mesa Branch: master Commit: 86b6964ef9839f1bd5a05efe47712843c97196ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86b6964ef9839f1bd5a05efe47712843c97196ca
Author: Adam Jackson <[email protected]> Date: Wed Jan 2 14:09:22 2013 -0500 glcpp: Typo fix. Note: this is a candidate for the 9.0 stable branch. Signed-off-by: Adam Jackson <[email protected]> --- src/glsl/glcpp/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am index e21c06f..1efc9dc 100644 --- a/src/glsl/glcpp/Makefile.am +++ b/src/glsl/glcpp/Makefile.am @@ -28,7 +28,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/include \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ - $(VISIBILITY_DEFINES) \ + $(VISIBILITY_CFLAGS) \ $(LIBRARY_INCLUDES) \ $(DEFINES) \ $(LIBRARY_DEFINES) \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
