glsl: Link glcpp with math library.
authorVinson Lee <vlee@freedesktop.org>
Wed, 20 Nov 2013 07:24:11 +0000 (23:24 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 27 Nov 2013 18:37:37 +0000 (10:37 -0800)
commit9bf41f09abe3f044a04a71ac4e88192b824893af
treef6116938f0d0d88d2346a076ab0c17664b349fd5
parentc4815f6cd6f659acd361f1b4cf63473a46ca7de9
glsl: Link glcpp with math library.

This patch fixes this build error with Oracle Solaris Studio.

libtool: link: /opt/solarisstudio12.3/bin/cc -g -o glcpp/glcpp glcpp.o prog_hash_table.o  ./.libs/libglcpp.a
Undefined first referenced
 symbol       in file
sqrt                                prog_hash_table.o

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/glsl/Makefile.am