From 501af7a1a0eab0d5d1d7427cbdbe50e783e5f447 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 12 Mar 2014 01:49:20 +0000 Subject: dri/i965: use CLOCK_LIBS over -lrt Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- src/mesa/drivers/dri/i965/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/dri/i965/Makefile.am') diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index 24e226f..54a38bd 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -50,7 +50,7 @@ TEST_LIBS = \ ../common/libmegadriver_stub.la \ ../../../libmesa.la \ $(DRI_LIB_DEPS) \ - -lrt \ + $(CLOCK_LIB) \ ../common/libdri_test_stubs.la TESTS = \ -- cgit v1.1