diff options
author | Adam Jackson <[email protected]> | 2013-01-02 14:02:00 -0500 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2013-01-02 14:07:58 -0500 |
commit | 0daabd52394899ec4947dc2cf3119201d2e79b1c (patch) | |
tree | e80315de0ce7ba3810c7365c39f8c37438bf3c45 /src/glsl/glcpp | |
parent | 7c0323296e445b4612516e2389e2b4c616faec27 (diff) |
glcpp: Fix visibility CFLAGS in automake
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/glcpp/Makefile.am b/src/glsl/glcpp/Makefile.am index d8d39d295fa..e21c06f5864 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) \ |