gallium/build: Fix visibility CFLAGS in automake
[mesa.git] / src / gallium / drivers / svga / Makefile.am
index fdaa3c8ebc4971d6867b71c74053fb632700da4b..7eacd90c0ec992c45f0a7037c84b108fdbb0ae3e 100644 (file)
@@ -29,6 +29,8 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/include \
        $(GALLIUM_CFLAGS)
 
+AM_CFLAGS = $(VISIBILITY_CFLAGS)
+
 #On some systems -std= must be added to CFLAGS to be the last -std=
 CFLAGS += -std=gnu99