build: Set visibility CFLAGS in dri/common
authorMatt Turner <mattst88@gmail.com>
Thu, 27 Sep 2012 20:28:27 +0000 (13:28 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 1 Oct 2012 22:23:04 +0000 (15:23 -0700)
src/mesa/drivers/dri/common/Makefile.am

index 6e9d738fa52f26ee695ae48cb64473e730e57cc2..a662919b5f8e175177572b0c7dcf8ea90229d92e 100644 (file)
@@ -26,7 +26,8 @@ AM_CFLAGS = \
        -I$(top_srcdir)/src/mesa/ \
        $(DEFINES) \
        $(API_DEFINES) \
-       $(LIBDRM_CFLAGS)
+       $(LIBDRM_CFLAGS) \
+       $(VISIBILITY_CFLAGS)
 
 noinst_LTLIBRARIES = \
        libdricommon.la \