Module: Mesa Branch: master Commit: c8d3fd4a120be0f62367f679e31ea5763c10c197 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8d3fd4a120be0f62367f679e31ea5763c10c197
Author: Adam Jackson <[email protected]> Date: Wed Jan 2 14:04:18 2013 -0500 r300g: Fix visibility CFLAGS in automake Note: this is a candidate for the 9.0 stable branch. Signed-off-by: Adam Jackson <[email protected]> --- src/gallium/drivers/r300/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r300/Makefile.am b/src/gallium/drivers/r300/Makefile.am index 79b17f6..0201349 100644 --- a/src/gallium/drivers/r300/Makefile.am +++ b/src/gallium/drivers/r300/Makefile.am @@ -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) \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
