glcpp: Fix visibility CFLAGS in automake
authorAdam Jackson <ajax@redhat.com>
Wed, 2 Jan 2013 19:02:00 +0000 (14:02 -0500)
committerAdam Jackson <ajax@redhat.com>
Wed, 2 Jan 2013 19:07:58 +0000 (14:07 -0500)
Note: this is a candidate for the 9.0 stable branch.

Signed-off-by: Adam Jackson <ajax@redhat.com>
src/glsl/glcpp/Makefile.am

index d8d39d295fa3d91cf2564deed56657bb5012551d..e21c06f58643403a85814ba8a2bf502d0e460f49 100644 (file)
@@ -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) \