glsl/build: build builtin_compiler with VISIBILITY_CFLAGS
authorChia-I Wu <olvaffe@gmail.com>
Thu, 11 Jul 2013 01:14:16 +0000 (09:14 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 12 Jul 2013 01:42:25 +0000 (09:42 +0800)
commit93742d97571ad6d9a3569c74ecd3008c79720ac8
tree6c7d131c7c1e9b221f9d831f0e5670e2b523048b
parent08c90f651b2d00ad2f1423512c9dfea346866102
glsl/build: build builtin_compiler with VISIBILITY_CFLAGS

libglslcore.la and libglcpp.la that are built with builtin_compiler are also
linked to by drivers not using libdricore.  Since there is no public symbol in
them, it is better to mark all symbols hidden.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/builtin_compiler/Makefile.am