glcpp: Fix visibility CFLAGS in automake
authorAdam Jackson <ajax@redhat.com>
Wed, 2 Jan 2013 19:02:00 +0000 (14:02 -0500)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Sun, 20 Jan 2013 14:08:29 +0000 (15:08 +0100)
Note: this is a candidate for the 9.0 stable branch.

Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit 0daabd52394899ec4947dc2cf3119201d2e79b1c)

src/glsl/glcpp/Makefile.am

index 87affce..5a8fe3e 100644 (file)
@@ -26,6 +26,7 @@ AM_CFLAGS = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/mapi \
        -I$(top_srcdir)/src/mesa/ \
+       $(VISIBILITY_DEFINES) \
        $(LIBRARY_INCLUDES) \
        $(DEFINES) \
        $(LIBRARY_DEFINES) \