diff options
author | Adam Jackson <[email protected]> | 2013-01-02 14:09:22 -0500 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2013-01-02 14:09:22 -0500 |
commit | 86b6964ef9839f1bd5a05efe47712843c97196ca (patch) | |
tree | 52e0d86193f6ab8459bebb6d0194b085ee6a9d68 /src/glsl/glcpp | |
parent | c8d3fd4a120be0f62367f679e31ea5763c10c197 (diff) |
glcpp: Typo fix.
Note: this is a candidate for the 9.0 stable branch.
Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'src/glsl/glcpp')
-rw-r--r-- | 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 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) \ |