build: Set visibility CFLAGS in dri/swrast
authorMatt Turner <mattst88@gmail.com>
Thu, 27 Sep 2012 20:29:08 +0000 (13:29 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 3 Oct 2012 21:00:52 +0000 (14:00 -0700)
(cherry picked from commit 4cfff7211c7897353a07c48ad80a681c8e1e8298)

src/mesa/drivers/dri/swrast/Makefile.am

index 16a3441..244aa8b 100644 (file)
@@ -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)