From a814152187ab4130544319c0d9b7eb4f16791cf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Mon, 7 Sep 2015 19:02:14 +0900 Subject: [PATCH] tests: Add -lm to LDADD for dristat MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes build failure due to unresolved log2. Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher Reviewed-by: Emil Velikov --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9a2d9328..a511d28a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,6 +33,8 @@ check_PROGRAMS = \ dristat \ drmstat +dristat_LDADD = -lm + if HAVE_NOUVEAU SUBDIRS += nouveau endif -- 2.34.1