r300g: Fix visibility CFLAGS in automake
authorAdam Jackson <ajax@redhat.com>
Wed, 2 Jan 2013 19:04:18 +0000 (14:04 -0500)
committerAdam Jackson <ajax@redhat.com>
Wed, 2 Jan 2013 19:08:21 +0000 (14:08 -0500)
Note: this is a candidate for the 9.0 stable branch.

Signed-off-by: Adam Jackson <ajax@redhat.com>
src/gallium/drivers/r300/Makefile.am

index 79b17f6a9475efd8558ed7f746be67e2af532504..020134985bf314fedf84dbd2b56573c2d73a7945 100644 (file)
@@ -13,6 +13,7 @@ AM_CFLAGS = \
        -I$(top_srcdir)/src/mesa \
        -I$(top_srcdir)/src/glsl \
        -I$(top_srcdir)/src/mapi \
+       $(VISIBILITY_CFLAGS) \
        $(LLVM_CFLAGS) \
        $(RADEON_CFLAGS) \
        $(DEFINES) \