projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c03232
)
glcpp: Fix visibility CFLAGS in automake
author
Adam Jackson
<ajax@redhat.com>
Wed, 2 Jan 2013 19:02:00 +0000
(14:02 -0500)
committer
Adam Jackson
<ajax@redhat.com>
Wed, 2 Jan 2013 19:07:58 +0000
(14:07 -0500)
Note: this is a candidate for the 9.0 stable branch.
Signed-off-by: Adam Jackson <ajax@redhat.com>
src/glsl/glcpp/Makefile.am
patch
|
blob
|
history
diff --git
a/src/glsl/glcpp/Makefile.am
b/src/glsl/glcpp/Makefile.am
index d8d39d295fa3d91cf2564deed56657bb5012551d..e21c06f58643403a85814ba8a2bf502d0e460f49 100644
(file)
--- a/
src/glsl/glcpp/Makefile.am
+++ b/
src/glsl/glcpp/Makefile.am
@@
-28,6
+28,7
@@
AM_CFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/mapi \
-I$(top_srcdir)/src/mesa/ \
+ $(VISIBILITY_DEFINES) \
$(LIBRARY_INCLUDES) \
$(DEFINES) \
$(LIBRARY_DEFINES) \