From: Matt Turner Date: Thu, 27 Sep 2012 20:29:08 +0000 (-0700) Subject: build: Set visibility CFLAGS in dri/swrast X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4cfff7211c7897353a07c48ad80a681c8e1e8298;p=mesa.git build: Set visibility CFLAGS in dri/swrast --- diff --git a/src/mesa/drivers/dri/swrast/Makefile.am b/src/mesa/drivers/dri/swrast/Makefile.am index 16a34413bad..244aa8b27db 100644 --- a/src/mesa/drivers/dri/swrast/Makefile.am +++ b/src/mesa/drivers/dri/swrast/Makefile.am @@ -34,7 +34,8 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mesa/ \ -I$(top_srcdir)/src/mesa/drivers/dri/common \ $(DEFINES) \ - $(API_DEFINES) + $(API_DEFINES) \ + $(VISIBILITY_CFLAGS) dridir = $(DRI_DRIVER_INSTALL_DIR)