projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8746f64
)
build: Set visibility CFLAGS in dri/common
author
Matt Turner
<mattst88@gmail.com>
Thu, 27 Sep 2012 20:28:27 +0000
(13:28 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 1 Oct 2012 22:23:04 +0000
(15:23 -0700)
src/mesa/drivers/dri/common/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/common/Makefile.am
b/src/mesa/drivers/dri/common/Makefile.am
index 6e9d738fa52f26ee695ae48cb64473e730e57cc2..a662919b5f8e175177572b0c7dcf8ea90229d92e 100644
(file)
--- a/
src/mesa/drivers/dri/common/Makefile.am
+++ b/
src/mesa/drivers/dri/common/Makefile.am
@@
-26,7
+26,8
@@
AM_CFLAGS = \
-I$(top_srcdir)/src/mesa/ \
$(DEFINES) \
$(API_DEFINES) \
- $(LIBDRM_CFLAGS)
+ $(LIBDRM_CFLAGS) \
+ $(VISIBILITY_CFLAGS)
noinst_LTLIBRARIES = \
libdricommon.la \