From 86b6964ef9839f1bd5a05efe47712843c97196ca Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 2 Jan 2013 14:09:22 -0500 Subject: [PATCH] glcpp: Typo fix. Note: this is a candidate for the 9.0 stable branch. Signed-off-by: Adam Jackson --- src/glsl/glcpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am index e21c06f5864..1efc9dc1ae6 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) \ -- 2.30.2