glsl: Link tests with CLOCK_LIB.
authorVinson Lee <vlee@freedesktop.org>
Wed, 22 Mar 2017 22:23:17 +0000 (15:23 -0700)
committerVinson Lee <vlee@freedesktop.org>
Sat, 25 Mar 2017 08:23:04 +0000 (01:23 -0700)
commit641f629536c2daf6112fe9d5b904c012bb07b912
tree58d0d72d1cc4467dc8877334e2771333447e9443
parent425671f616cc85899535cb84abd7406a9380565e
glsl: Link tests with CLOCK_LIB.

Fix 'make check' linking errors with glibc < 2.17.

  CXXLD  glsl/glsl_test
glsl/.libs/libglsl.a(libmesautil_la-u_queue.o): In function `u_thread_get_time_nano':
src/util/../../src/util/u_thread.h:84: undefined reference to `clock_gettime'

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/compiler/Makefile.glsl.am