projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
443954d
)
r300g: Fix visibility CFLAGS in automake
author
Adam Jackson
<ajax@redhat.com>
Wed, 2 Jan 2013 19:04:18 +0000
(14:04 -0500)
committer
Adam Jackson
<ajax@redhat.com>
Wed, 2 Jan 2013 19:08:21 +0000
(14:08 -0500)
Note: this is a candidate for the 9.0 stable branch.
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/gallium/drivers/r300/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/Makefile.am
b/src/gallium/drivers/r300/Makefile.am
index 79b17f6a9475efd8558ed7f746be67e2af532504..020134985bf314fedf84dbd2b56573c2d73a7945 100644
(file)
--- a/
src/gallium/drivers/r300/Makefile.am
+++ b/
src/gallium/drivers/r300/Makefile.am
@@
-13,6
+13,7
@@
AM_CFLAGS = \
-I$(top_srcdir)/src/mesa \
-I$(top_srcdir)/src/glsl \
-I$(top_srcdir)/src/mapi \
+ $(VISIBILITY_CFLAGS) \
$(LLVM_CFLAGS) \
$(RADEON_CFLAGS) \
$(DEFINES) \