aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-swrast/Makefile.am
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-10-07 13:49:42 +0200
committerMarek Olšák <[email protected]>2013-10-08 16:23:52 +0200
commit085e5adede897a5d272230c0f4c2ca9638167d9c (patch)
treee87aac45013cb124494ab2ee46a89b7018af588f /src/gallium/targets/dri-swrast/Makefile.am
parentc787a9767ce4faf815bff809360c9d31a06199c3 (diff)
gallium/swrast: don't export any private symbols
Reviewed-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri-swrast/Makefile.am')
-rw-r--r--src/gallium/targets/dri-swrast/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-swrast/Makefile.am b/src/gallium/targets/dri-swrast/Makefile.am
index 1104379e1d9..0ab6cc6d00c 100644
--- a/src/gallium/targets/dri-swrast/Makefile.am
+++ b/src/gallium/targets/dri-swrast/Makefile.am
@@ -25,7 +25,8 @@ include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
$(PTHREAD_CFLAGS) \
- $(LIBDRM_CFLAGS)
+ $(LIBDRM_CFLAGS) \
+ $(VISIBILITY_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir)/src/gallium/winsys/sw/dri \
-I$(top_srcdir)/src/gallium/drivers \