r300g: Fix visibility CFLAGS in automake
authorAdam Jackson <ajax@redhat.com>
Wed, 2 Jan 2013 19:04:18 +0000 (14:04 -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 c8d3fd4a120be0f62367f679e31ea5763c10c197)

src/gallium/drivers/r300/Makefile.am

index 79b17f6..0201349 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) \