automake: do not use symbols names for static glapi.la
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 2 Mar 2014 20:06:38 +0000 (20:06 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 11 Mar 2014 12:50:43 +0000 (12:50 +0000)
commit020bc0d0dd2e71dd32d6e16e3c18acd79c328b0b
treeecd1729b8b4bd2fd9015d346fb8398474d36827e
parent3c5599b276902fce52752e0f20a0dc52b7ec2aff
automake: do not use symbols names for static glapi.la

In the cases where one links against the static glapi.la there
is no need to create temporary variables only to explicitly
link agaist it.

Instead use SHARED_GLAPI_LIB to explicitly indicate when one
is building and linking with the shared glapi provider.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
src/gallium/targets/osmesa/Makefile.am
src/glx/Makefile.am
src/mesa/drivers/osmesa/Makefile.am