aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2012-09-27 13:28:45 -0700
committerMatt Turner <[email protected]>2012-10-01 15:23:04 -0700
commit340637d54db171d9b5ee95ee943b590c416c0b66 (patch)
treefebd89c6343fe35751ac92937a802c3a933dd66a
parent381d120b8af9e25d3bcb829a250e602b61d0971a (diff)
build: Set visibility CFLAGS in dri/nouveau
-rw-r--r--src/mesa/drivers/dri/nouveau/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/Makefile.am b/src/mesa/drivers/dri/nouveau/Makefile.am
index 82d3804f838..a1c20684b4c 100644
--- a/src/mesa/drivers/dri/nouveau/Makefile.am
+++ b/src/mesa/drivers/dri/nouveau/Makefile.am
@@ -34,6 +34,7 @@ AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/drivers/dri/common \
$(DEFINES) \
$(API_DEFINES) \
+ $(VISIBILITY_CFLAGS) \
$(NOUVEAU_CFLAGS)
dridir = $(DRI_DRIVER_INSTALL_DIR)