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 d8d39d2..e21c06f 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) \